-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (22 loc) · 1003 Bytes
/
index.html
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
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creative Footer Design - ZiaCodes</title>
<!-- ==================== CSS FILE ==================== -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- ==================== FAVICON ==================== -->
<link rel="shortcut icon" href="assets/images/Logo.png" type="image/x-icon">
<!-- ==================== METAs ==================== -->
<meta name="description" content="A Creative Footer Design built with HTML CSS & JAVASCRIPT.">
<meta name="author" content="Zia">
<meta name="keywords" content="creative footer design, footer design, html, css, js, ZiaCodes">
</head>
<body>
<!-- ==================== FOOTER ==================== -->
<footer class="footer section">
</footer>
</body>
</html>