lein new chestnut mw3
This commit is contained in:
commit
9fe52661f7
16 changed files with 604 additions and 0 deletions
3
resources/public/css/style.css
Normal file
3
resources/public/css/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
h1 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
12
resources/public/index.html
Normal file
12
resources/public/index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="js/compiled/mw3.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue