-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 731 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Design</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link type="image/png" rel="shortcut icon" href="/vivaxy.icon.png" />
<link type="text/css" rel="stylesheet" href="/index.css" />
<meta name="description" content="Design" />
<meta
name="keywords"
content="vivaxy,design,github,demo,test,playground,codrops"
/>
<meta name="author" content="vivaxy" />
</head>
<body>
<script type="text/javascript" charset="utf-8" src="/index.js"></script>
<script type="text/javascript" charset="utf-8" src="/cm.js"></script>
</body>
</html>