fingernails/index.html

54 lines
1.7 KiB
HTML

<html>
<head>
<meta charset="utf-8">
<title>Fingernails on a chalkboard</title>
<style type="text/css">
html,body {
height: 100%;
}
body {
margin: 0;
padding: 0 10rem;
background-color: black;
display: flex;
align-items: center;
justify-content: center;
user-select: none;
font-family: "Courier New";
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h1 {
font-size: 3rem;
text-align: center;
margin-bottom: 4rem;
}
#zacetek {
margin-top: 4rem;
text-align: center;
}
</style>
<script src="node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="animacija.js" type="text/javascript"></script>
</head>
<body>
<span id="crka"></span>
<audio id="zvok" preload="auto">
<source src="zvok.oga" type="audio/ogg" />
</audio>
<div id="navodila">
<h1>NAVODILA ZA UPORABO</h1>
<p>1. Predvajajte izključno v temnem prostoru.</p>
<p>2. Nastavite glasnost na najvišjo možno jakost in uporabite slušalke.</p>
<p>3. Pozor! Ogled avdio-vizualizacije lahko sproži epileptični napad.</p>
<p id="zacetek"><strong>&#128432;</strong> Kliknite kjerkoli za začetek</p>
</div>
</body>
</html>