-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 877 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<title>3n</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="EN" />
<meta name="viewport" content="width=device-width, initial-scale=0.55, user-scalable=yes" />
<link rel="icon" type="image/png" href="favicon.png">
<link rel="alternate" type="application/rss+xml" title="3N RSS" href="http://pipes.yahoo.com/pipes/pipe.run?_id=LHzF_jC13RGPg5lo1ZzWFw&_render=rss" />
<link rel="stylesheet" type="text/css" href="app.css" />
<script type="text/javascript" src="js/brawndo.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</head>
<body>
<!-- I win at SEO -->
</body>
</html>