-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 860 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Dynamic SEO Meta Tags -->
<title>Loading...</title>
<meta id="meta-description" name="description" content="">
<meta id="meta-keywords" name="keywords" content="">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/clay-style.css">
</head>
<body>
<div class="page-container">
<header class="profile-section" id="profile-header"></header>
<main class="content-grid" id="content-container"></main>
</div>
<script src="app.js"></script>
</body>
</html>