initial commit
This commit is contained in:
commit
15fc415301
30 changed files with 4359 additions and 0 deletions
11
public/templates/header.html
Normal file
11
public/templates/header.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="static/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>{{>navbar}}</header>
|
Loading…
Add table
Add a link
Reference in a new issue