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>
|
<!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>
|
||||||
|
|
Loading…
Reference in New Issue