'created smparkinVaporWeb from template https://github.com/vapor/web-template'

This commit is contained in:
Stephen
2019-10-31 16:50:33 -07:00
commit 931b897f65
22 changed files with 436 additions and 0 deletions

0
Public/.gitkeep Normal file
View File

BIN
Public/images/it-works.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

19
Public/styles/app.css Normal file
View File

@@ -0,0 +1,19 @@
body, html {
height: 100%;
}
body {
font-family: sans-serif;
}
div.welcome {
height: 100%;
text-align: center;
}
div.welcome img {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 300px;
}