added basic stylesheets
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link href="./index.css" rel="stylesheet" />
|
||||
<title>yellowjacket</title>
|
||||
</head>
|
||||
<script src="/index.ts" type="module"></script>
|
||||
|
||||
@@ -1 +1 @@
|
||||
a08fc53bd03e73d3ce16aefd412e00b2
|
||||
ca82a2e81936c5ea9427701a4c3665d9
|
||||
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link href="./config.css" rel="stylesheet" />
|
||||
<title>yellowjacket - config</title>
|
||||
</head>
|
||||
<script src="./config.ts" type="module"></script>
|
||||
@@ -46,7 +47,7 @@
|
||||
</header>
|
||||
<hr />
|
||||
<main class="container">
|
||||
<library-picker></library-picker>
|
||||
<library-picker currentLibraryDirectoryText="hello world" ></library-picker>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user