diff --git a/assets/css/styles.css b/assets/css/styles.css new file mode 100644 index 0000000..39f52a6 --- /dev/null +++ b/assets/css/styles.css @@ -0,0 +1,24 @@ +@font-face { + font-family: "Roboto Mono", monospace; + font-display: swap; + src: url(../font/robotomono.woff2) format('woff2'); +} + +* { + font-family: "Roboto Mono", monospace; + background-color: #fff; + color: black; +} + +.rbottom { + position: fixed; + right: 20px; + bottom: 20px; + padding: 10px; + user-select: none; +} + +.rbottom img { + max-width: 120px; + margin-bottom: -30px; +} diff --git a/assets/font/robotomono.woff2 b/assets/font/robotomono.woff2 new file mode 100644 index 0000000..f607e23 Binary files /dev/null and b/assets/font/robotomono.woff2 differ diff --git a/assets/img/saturn-black.png b/assets/img/saturn-black.png new file mode 100644 index 0000000..54b3c98 Binary files /dev/null and b/assets/img/saturn-black.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5e8866c --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + + + + + Saturn + + +
+ +

© 2025 Saturn

+
+ + \ No newline at end of file