HUGE refactor. working towards web UI
This commit is contained in:
parent
dd54e8cc49
commit
1f94eecca9
29 changed files with 1669 additions and 162 deletions
18
templates/html/index.html
Normal file
18
templates/html/index.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{define "head"}}
|
||||
<title>Melody VOD Manager</title>
|
||||
|
||||
<link rel="stylesheet" href="/style/index.css">
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<main>
|
||||
<h1>Melody VOD Manager</h1>
|
||||
<a href="/vods">Vods</a>
|
||||
<p>Templates:</p>
|
||||
<ul>
|
||||
<li><a href="/templates/title">Title</a></li>
|
||||
<li><a href="/templates/description">Description</a></li>
|
||||
<li><a href="/templates/tags">Tags</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue