-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworks.html
More file actions
21 lines (21 loc) · 862 Bytes
/
works.html
File metadata and controls
21 lines (21 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/animations.css">
<link rel="stylesheet" href="styles/icons.css">
<link rel="icon" href="favicon.ico">
<meta name="author" content="Anthill Developers Team">
<meta name="description" content="The best community in the world!">
<title>Our Works ::: Anthill </title>
</head>
<body>
<div class="fcenter unblur" style="--animDuration: 1s; --animDelay: 0s;">
<h1 class="big_title">Coming soon...</h1>
<a href="index.html">Go back to the party</a>
</div>
<script src="scripts/main.js" lang="JavaScript"></script>
</body>
</html>