1
0
Fork 0

add some rsc

This commit is contained in:
setop 2024-11-28 01:18:31 +01:00
parent bbac94607f
commit 65c71e4fec
3 changed files with 11 additions and 5 deletions

7
public/css/styles.css Normal file
View File

@ -0,0 +1,7 @@
body{max-width:80ch;padding:2ch;margin:auto;
font-size: 1.15rem;
line-height: 1.5;
color:var(--main-foreground);
background-color:var(--main-background);
counter-reset:h1;
}

BIN
public/img/mushrooms.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1,15 +1,14 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Main</title> <title>Resource Name Generator</title>
<style>body { padding: 0; margin: 0; }</style> <style>body { padding: 0; margin: 0; }</style>
<link rel="stylesheet" href="css/styles.css" />
</head> </head>
<body> <body>
<pre id="elm"></pre> <pre id="elm"></pre>
<script> <script>
try { try {
(function(scope){ (function(scope){
@ -5441,4 +5440,4 @@ catch (e)
</script> </script>
</body> </body>
</html> </html>