-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (19 loc) · 833 Bytes
/
index.html
File metadata and controls
30 lines (19 loc) · 833 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
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicom.png" type="image/gif" sizes="16x16">
<meta name="description" content="This is an example of a meta description. This will often show up in search results.">
<meta name="keywords" content="Optimal, five, words, for, SEO">
<meta name="author" content="Author Here">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/css.css">
<title>Title (max 50 characters for SEO)</title>
</head>
<body>
<!-- ==================================================================== JS -->
<script src="js/jquery-2.2.0.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/js.js"></script>
</body>
</html>