add initial template... template
This commit is contained in:
parent
937c6e8451
commit
eb1bb7309a
13 changed files with 513 additions and 21 deletions
11
templates/root.hbs
Normal file
11
templates/root.hbs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>imgboard</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello world!!!</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue