Commit 5077b017 authored by KangMin An's avatar KangMin An
Browse files

First Commit.

parents
const HOME = "/";
const routes = {
home: HOME,
};
export default routes;
block content
h1 Hello! This is EUE Server.
\ No newline at end of file
doctype html
html
head
title EUE | #{pagename}
body
include ../partials/header
main
block content
include ../partials/footer
\ No newline at end of file
header.header
.header__wrapper
.header__column
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment