about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-03-18 10:25:28 -0500
committerCase Duckworth2024-03-18 10:25:28 -0500
commit0a0649baafd381086de630dc8f475782c74f6f6f (patch)
treefdcea6389b392a6b68c9a9c7f69479f8829737c2
parentChange static copying/ update readme (diff)
downloadschwa-0a0649baafd381086de630dc8f475782c74f6f6f.tar.gz
schwa-0a0649baafd381086de630dc8f475782c74f6f6f.zip
Move style and template to example/
-rw-r--r--example/style.css (renamed from style.css)8
-rw-r--r--example/template.html (renamed from template.html)0
2 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/example/style.css index bbbc604..9e48064 100644 --- a/style.css +++ b/example/style.css
@@ -49,6 +49,14 @@ footer, footer p {
49 color: white; 49 color: white;
50} 50}
51 51
52footer a:link {
53 color: cyan;
54}
55
56footer a:visited {
57 color: magenta;
58}
59
52header a:link { 60header a:link {
53 text-decoration: none; 61 text-decoration: none;
54 background: lightgray; 62 background: lightgray;
diff --git a/template.html b/example/template.html index c67ae0d..c67ae0d 100644 --- a/template.html +++ b/example/template.html