Added css/cleanup of index.html

This commit is contained in:
kolaente 2018-09-06 19:46:25 +02:00
parent fe86ce2fa8
commit 6a15c61677
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="<%= BASE_URL %>assets/style.css">
<title>vikunja-frontend</title>
</head>
<body>

1
src/assets/style.sass Normal file
View File

@ -0,0 +1 @@
@import "~bulma/bulma.sass"