add example css. bump.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"shadow-cljs": "^2.0.122"
|
||||
"shadow-cljs": "^2.0.129"
|
||||
}
|
||||
}
|
||||
|
||||
3
public/css/main.css
Normal file
3
public/css/main.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
color: green;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head><title>Browser Starter</title></head>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<body>
|
||||
<h1>shadow-cljs - Browser</h1>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user