fingernails/index.html

63 lines
2.0 KiB
HTML
Raw Permalink Normal View History

2018-03-13 22:24:34 +01:00
<html>
<head>
<meta charset="utf-8">
<title>Fingernails on a chalkboard</title>
<style type="text/css">
html,body {
height: 100%;
}
body {
margin: 0;
2018-03-19 05:43:21 +01:00
padding: 0 10rem;
2018-03-13 22:24:34 +01:00
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;
2018-03-13 22:24:34 +01:00
}
2018-06-06 01:26:43 +02:00
#fejl {
margin-top: 3rem;
text-align: right;
display: none;
}
2018-03-13 22:24:34 +01:00
</style>
</head>
<body>
<span id="crka"></span>
2018-03-19 16:58:10 +01:00
<audio id="zvok" preload="auto">
2020-04-15 21:09:57 +02:00
<source src="zvok.oga" type="audio/ogg">
<source src="zvok.mp4" type="audio/mp4">
2018-03-19 16:58:10 +01:00
</audio>
<div id="navodila">
<h1>NAVODILA ZA UPORABO</h1>
2020-02-06 12:38:15 +01:00
<p>1. Predvajajte izključno v temnem prostoru. Pritisnite tipko F11.</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>
2018-06-06 01:26:43 +02:00
<p id="fejl">* Ker imate zastarel spletni brskalnik, boste priča zgolj vizualni podobi in ne potrebujete slušalk</p>
</div>
2018-03-13 22:24:34 +01:00
</body>
2018-06-06 01:26:43 +02:00
<script src="node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="modernizr.js"></script>
<script src="animacija.js" type="text/javascript"></script>
2018-03-13 22:24:34 +01:00
</html>