initial
This commit is contained in:
25
index.html
Normal file
25
index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>64</title>
|
||||
<meta charset="utf8">
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
#ching {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
font-size: 640px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p id="ching"></p>
|
||||
<script>
|
||||
setInterval(() => document.getElementById("ching").innerText = String.fromCharCode(19904+Math.floor(Math.random()*64)), 1000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user