SVNからのミラー
This commit is contained in:
4
view/404.html
Normal file
4
view/404.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{template "header" .}}
|
||||
<a href="/">トップへ</a>
|
||||
{{ .Err }}<br />
|
||||
{{template "footer" .}}
|
||||
9
view/footer.html
Normal file
9
view/footer.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{define "footer"}}
|
||||
<p class="footer">
|
||||
<a href="https://technicalsuwako.moe/blog/spliti-{{ .Ves }}/">Spliti {{ .Ver }}</a> |
|
||||
<a href="https://gitler.moe/suwako/spliti"><img src="/static/git.png" alt="Git"></a> |
|
||||
<a href="https://076.moe/">076</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
||||
16
view/header.html
Normal file
16
view/header.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{define "header"}}<!DOCTYPE html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
{{if ne .Dec "" }}<meta property="og:title" content="spliti 〜 {{ .Tit }}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:description" content="{{ .Dec }}" />
|
||||
<meta property="og:url" content="{{ .Url }}" />{{end}}
|
||||
<meta name="thumbnail" content="{{ .Img }}" />
|
||||
<title>spliti 〜 {{ .Tit }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
{{end}}
|
||||
21
view/index.html
Normal file
21
view/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{{template "header" .}}
|
||||
<div class="newsArticle">
|
||||
<div class="newsCategoryList">
|
||||
<div class="heading08">
|
||||
<h1>ニュースカテゴリ一覧</h1>
|
||||
</div>
|
||||
<ul class="newsCategoryList">
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=7">エンタメ</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=3">トレンド</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=1">社会</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=4">地域</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=9">ゲーム・アニメ</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=8">IT・インターネット</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=6">スポーツ</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=5">海外</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=10">コラム</a></li>
|
||||
<li class="newCategoryList"><a href="/list_news_category.pl?id=2">ライフスタイル</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{{template "footer" .}}
|
||||
3
view/news.html
Normal file
3
view/news.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{{template "header" .}}
|
||||
{{ .Bdy }}
|
||||
{{template "footer" .}}
|
||||
Reference in New Issue
Block a user