feat: simple copyright
This commit is contained in:
24
assets/css/styles.css
Normal file
24
assets/css/styles.css
Normal file
@@ -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;
|
||||||
|
}
|
||||||
BIN
assets/font/robotomono.woff2
Normal file
BIN
assets/font/robotomono.woff2
Normal file
Binary file not shown.
BIN
assets/img/saturn-black.png
Normal file
BIN
assets/img/saturn-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="assets/css/styles.css">
|
||||||
|
<title>Saturn</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rbottom">
|
||||||
|
<img src="assets/img/saturn-black.png" alt="">
|
||||||
|
<p>© 2025 Saturn</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user