-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
39 lines (29 loc) · 829 Bytes
/
error.html
File metadata and controls
39 lines (29 loc) · 829 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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>Reddit in Bed</title>
<link rel="stylesheet" href="css/style.css">
<link id="size-stylesheet" rel="stylesheet" type="text/css" href="css/iphone.css">
<link rel="stylesheet" media="screen and (min-device-width: 700px) and (max-width: 900px)" href="css/ipad.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<style></style>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
launch();
});
</script>
</head>
<body>
<div id="container">
<div id="info">
<p><h1>What is this I dont even computer</h1></p>
</div>
<div id="feed">
</div>
<!--<div class="loadmore">
<img src="img/loading3.gif">Loading more..
</div> -->
</div>
</body>
</html>