-
Notifications
You must be signed in to change notification settings - Fork 1
/
banneronly.html
47 lines (40 loc) · 1.86 KB
/
banneronly.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
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>soft networks</title>
<meta charset="utf-8">
</meta>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="./style/core.css" />
<link rel="stylesheet" href="./style/style.css" />
<script src="js/lib/p5.js"></script>
<script src="js/lib/utils.js"></script>
<script src="js/classes.js"></script>
<!-- HTML Meta Tags -->
<title>soft networks</title>
<meta name="description" content="soft networks is an exploratory design and development studio, creating slow, intimate futures for social software.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://softnet.works/">
<meta property="og:type" content="website">
<meta property="og:title" content="soft networks">
<meta property="og:description" content="soft networks is an exploratory design and development studio, creating slow, intimate futures for social software.">
<meta property="og:image" content="http://softnet.works/assets/opengraph-preview.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="softnet.works">
<meta property="twitter:url" content="http://softnet.works/">
<meta name="twitter:title" content="soft networks">
<meta name="twitter:description" content="soft networks is an exploratory design and development studio, creating slow, intimate futures for social software.">
<meta name="twitter:image" content="http://softnet.works/assets/opengraph-preview.png">
</head>
<body>
<main class="fullBleed center" id="main-container">
<div class="lightFill padded narrow stack border ">
<div id="canvas-container" class="noOverflowX fullWidth">
<script src="js/home.js"></script>
</div>
</div>
</main>
</body>
</html>