Skip to content

Commit

Permalink
speen and some page things
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 19, 2024
1 parent cf78fa8 commit af8ecf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MeTMT/js/technical/systemComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ var systemComponents = {
Formatting tester: <br><input type="text" id="tester">
<br><span id="tout"></span>
<br><br>
<a href="..\\index.html">Homepage</a>
<br><br>
<h3>Hotkeys</h3><br>
<span v-for="key in hotkeys" v-if="player[key.layer].unlocked && tmp[key.layer].hotkeys[key.id].unlocked"><br>{{key.description}}</span></div>
`
Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
* {
font-family: Consolas;
}

@keyframes spin {
0% {rotate: 0deg;}
100% {rotate: 360deg;}
}
</style>
</head>
<body>
Expand All @@ -17,5 +22,6 @@ <h1>Welcome to my page</h1>
<p><a href="html_playground/index.html">HTML Playground</a></p>
<p><a href="invalid/">404 Screen</a></p>
<p><a href="muNO/index.html">μNO</a></p>
</body>
<p><a href="MeTMT/index.html">MetaTree</a></p>
<p style="animation-name: spin; animation-duration: 15s; width: 1em; animation-iteration-count: infinite; animation-timing-function:cubic-bezier(1, 0, 1, 0);">speen</p>
</html>

0 comments on commit af8ecf8

Please sign in to comment.