mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 06:33:01 +00:00
Convert root page to html4
This commit is contained in:
parent
e9f5e0cab5
commit
c2c5b641ca
3
BUGS
3
BUGS
@ -1,3 +0,0 @@
|
|||||||
Here's a list of known bugs in bloat:
|
|
||||||
|
|
||||||
- <frameset> and <frame> tags are not supported in HTML5
|
|
@ -1,17 +1,16 @@
|
|||||||
{{with .Data}}
|
{{with .Data}}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<meta content='width=device-width, initial-scale=1' name='viewport'>
|
|
||||||
<title>{{.Title}}</title>
|
<title>{{.Title}}</title>
|
||||||
</head>
|
</head>
|
||||||
<frameset cols="30%,*">
|
<frameset cols="420px,*">
|
||||||
<frameset rows="316px,*">
|
<frameset rows="316px,*">
|
||||||
<frame name="nav" class="nav-frame" src="/nav" />
|
<frame name="nav" src="/nav">
|
||||||
<frame name="notification" class="notification-frame" src="/notifications" />
|
<frame name="notification" src="/notifications">
|
||||||
</frameset>
|
</frameset>
|
||||||
<frame name="main" class="main-frame" src="/timeline/home" />
|
<frame name="main" src="/timeline/home">
|
||||||
</frameset>
|
</frameset>
|
||||||
</html>
|
</html>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user