fingernails/index.html

29 lines
743 B
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;
cursor: none;
}
</style>
<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>
</body>
</html>