Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
Commits
5077b017
Commit
5077b017
authored
Jan 24, 2021
by
KangMin An
Browse files
First Commit.
parents
Changes
25
Show whitespace changes
Inline
Side-by-side
server/src/routes.js
0 → 100644
View file @
5077b017
const
HOME
=
"
/
"
;
const
routes
=
{
home
:
HOME
,
};
export
default
routes
;
server/src/views/home.pug
0 → 100644
View file @
5077b017
block content
h1 Hello! This is EUE Server.
\ No newline at end of file
server/src/views/layouts/main.pug
0 → 100644
View file @
5077b017
doctype html
html
head
title EUE | #{pagename}
body
include ../partials/header
main
block content
include ../partials/footer
\ No newline at end of file
server/src/views/partials/footer.pug
0 → 100644
View file @
5077b017
server/src/views/partials/header.pug
0 → 100644
View file @
5077b017
header.header
.header__wrapper
.header__column
\ No newline at end of file
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment