add some rsc
This commit is contained in:
parent
bbac94607f
commit
65c71e4fec
|
@ -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;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
|
@ -1,15 +1,14 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<meta charset="UTF-8">
|
||||
<title>Main</title>
|
||||
<title>Resource Name Generator</title>
|
||||
<style>body { padding: 0; margin: 0; }</style>
|
||||
<link rel="stylesheet" href="css/styles.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<pre id="elm"></pre>
|
||||
|
||||
<script>
|
||||
try {
|
||||
(function(scope){
|
||||
|
|
Loading…
Reference in New Issue