Base project structure with express.js
This commit is contained in:
36
views/index.pug
Normal file
36
views/index.pug
Normal file
@ -0,0 +1,36 @@
|
||||
doctype=html
|
||||
html
|
||||
head
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
||||
title Minecraft @ Bit Goblin
|
||||
link(rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css')
|
||||
link(rel='stylesheet' href='/css/camelot.css')
|
||||
body
|
||||
.container
|
||||
header.row
|
||||
.columns.twelve
|
||||
img.u-max-full-width(src='https://i.imgur.com/XJQoBDx.png' alt='Minecraft java edition logo')
|
||||
|
||||
section.row
|
||||
article.columns.twelve
|
||||
h3 Server #1
|
||||
table
|
||||
tr
|
||||
td Address
|
||||
td mc1.bitgoblin.tech
|
||||
tr
|
||||
td Port
|
||||
td 25565
|
||||
tr
|
||||
td Version
|
||||
td 1.17.1
|
||||
tr
|
||||
td Mode
|
||||
td Survival
|
||||
tr
|
||||
td Mods?
|
||||
td None (Vanilla)
|
||||
|
||||
footer.row
|
||||
.columns.twelve
|
||||
p Hosted by Bit Goblin, with love.
|
Reference in New Issue
Block a user