first commit. working templating, path routing, api responses, web menagment path
This commit is contained in:
3
web/views/foot.html
Normal file
3
web/views/foot.html
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
</body>
|
||||
</html>
|
||||
8
web/views/head.html
Normal file
8
web/views/head.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
1
web/views/main.html
Normal file
1
web/views/main.html
Normal file
@ -0,0 +1 @@
|
||||
<welcome_message>
|
||||
1
web/views/part/key-val.html
Normal file
1
web/views/part/key-val.html
Normal file
@ -0,0 +1 @@
|
||||
<key>:<val>
|
||||
3
web/views/tag/text.html
Normal file
3
web/views/tag/text.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
<p><fnr></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user