-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (30 loc) · 1.06 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html>
<head>
<title>Working Life, Living Work - Riley Grant & William Shoki</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="shortcut icon" href="fable.ico" /> -->
<!-- <link rel="stylesheet" href="style.css"/> -->
<link rel="stylesheet" media="screen and (min-width: 601px)" href="style.css">
<link rel="stylesheet" media="screen and (max-width: 600px)" href="mobile_style.css">
<!--
<link rel="stylesheet" href="w3.css">
-->
<script src="jquery-3.5.1.js"></script>
<script src="lodash.js"></script>
<script src="pages.js"></script>
<script type="text/javascript" src="texts.js"></script>
<script type="text/javascript" src="p5.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="boid.js"></script>
</head>
<body>
<script >
init();
//pre_init();
</script>
<div id="blurred_lines_div">
</div>
</body>
</html>