diff --git a/MeTMT/js/technical/systemComponents.js b/MeTMT/js/technical/systemComponents.js index c5b8908..29f9109 100644 --- a/MeTMT/js/technical/systemComponents.js +++ b/MeTMT/js/technical/systemComponents.js @@ -146,6 +146,8 @@ var systemComponents = { Formatting tester:



+ Homepage +

Hotkeys



{{key.description}}
` diff --git a/index.html b/index.html index ab3c721..79993a5 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,11 @@ * { font-family: Consolas; } + + @keyframes spin { + 0% {rotate: 0deg;} + 100% {rotate: 360deg;} + } @@ -17,5 +22,6 @@

Welcome to my page

HTML Playground

404 Screen

μNO

- +

MetaTree

+

speen

\ No newline at end of file