-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC.html
35 lines (29 loc) · 1.24 KB
/
C.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
<!doctype html>
<html lang="en" class="no-scroll">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>re|cord credits</title>
<meta name="description" content="re|cord - re|thread sound works">
<meta name="author" content="re|thread">
<meta property="og:title" content="re|cord">
<meta property="og:type" content="website">
<meta property="og:url" content="https://record.rethread.art/credits.html">
<meta property="og:description" content="re|cord credits - re|thread software art music and sound art">
<!-- <meta property="og:image" content="image.png"> -->
<link rel="icon" href="/favicon.ico">
<!--
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
-->
<link rel="stylesheet" href="css/styles.css?v=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
</head>
<body>
<div class="horizontal-align-container">
<div class="top-nav"><a href="../index.html" class="green">re|cord by re|thread</a></div>
<h1 id="header">Credits</h1>
<iframe src="https://rethread.art/code/credits/visualization/" title="credits"></iframe>
</div>
</body>
</html>