You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.9 KiB
HTML
70 lines
1.9 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content= "width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="styleNew.css">
|
|
<!-- <script src="p5.min.js"></script>
|
|
<script src="p5.dom.min.js"></script>
|
|
<script src="p5.sound.js"></script>
|
|
<script src="p5.collide2d.js"></script>
|
|
<script type="text/javascript"></script> -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
|
|
<meta name="description" content=""/>
|
|
<meta name="language" content="EN">
|
|
<meta name="author" content="XPUB">
|
|
<meta name="coverage" content="Worldwide">
|
|
<meta name="distribution" content="Global">
|
|
|
|
<meta property="og:url" content="issue.xpub.nl/14">
|
|
<meta property="og:title" content="I Don't Know Where We're Going, But..">
|
|
<meta property="og:description" content="If the city is your new playground, who are the players and what is the objective?">
|
|
<meta property="og:image" content="./si14.jpg">
|
|
<title>I Don't Know Where We're Going, But..</title>
|
|
<script defer src="codes.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<!--------------- INPUT CODE ---------------------------------->
|
|
|
|
<div class="overlay">
|
|
<button id="code-input" value="myimage" onclick="openInput()">Enter code
|
|
</button>
|
|
</div>
|
|
|
|
<div id="input">
|
|
<input type="toxt" id="fname" name="firstname" placeholder="">
|
|
</div>
|
|
|
|
<!--------------- textcontainer (mb) ------------------------------------------>
|
|
|
|
<div id="textcontainer"></div>
|
|
|
|
|
|
<div>
|
|
|
|
<img src="INTRO.gif" alt="" id="GIF"/></div>
|
|
|
|
<a href="archive/index.html" id="colophonX"><button>Archive</button></a>
|
|
|
|
<a href="original.html" id="colophonX"><button>Original</button></a>
|
|
|
|
<a href="info.html" id="colophonX"><button>Info & Colophon</button></a>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|