-
Notifications
You must be signed in to change notification settings - Fork 269
/
index.html
executable file
·34 lines (31 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>< hydra ></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="HYDRA">
<meta property="og:description" content="live coding networked visuals in the browser">
<meta property="og:image" content="https://cdn.glitch.com/9c3a06ab-0731-42ca-a1a3-3a249825d08f%2FScreen%20Shot%202018-06-24%20at%204.47.49%20PM.png?1531889983803">
<meta property="og:url" content="https://hydra.ojack.xyz">
<meta name="twitter:title" content="HYDRA">
<meta name="twitter:description" content="live coding networked visuals in the browser">
<meta name="twitter:image" content="https://cdn.glitch.com/9c3a06ab-0731-42ca-a1a3-3a249825d08f%2FScreen%20Shot%202018-06-24%20at%204.47.49%20PM.png?1531889983803">
<meta name="twitter:card" content="summary_large_image">
<script src="https://unpkg.com/hydra-synth"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js" defer></script>
<!-- <script src="./bundle.js?1.2wsdajk" defer></script> -->
<script src="./index.js" defer type="module"></script>
<link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="/css/fontawesome.css">
<link rel="stylesheet" href="/css/codemirror.css">
<link rel="stylesheet" href="/css/tomorrow-night-eighties.css">
<link rel="stylesheet" href="/css/show-hint.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/modal.css">
<link rel="shortcut icon" type="image/png" href="https://cdn.glitch.com/597fe374-3d18-46a5-b99c-ceff1f8ffd79%2Ffavicon.png?1530891352785" />
</head>
<body>
</body>
</html>