Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3760:638fe116b5b8
changed index.html
author | Fumichan <c116092@h.koeki-u.ac.jp> |
---|---|
date | Fri, 14 Dec 2018 14:10:19 +0900 |
parents | 48e1bcd25dfb |
children | 0c2128bf04ed |
files | shuzai/trad/kamiichigami/index.html |
diffstat | 1 files changed, 33 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/shuzai/trad/kamiichigami/index.html Fri Dec 14 14:05:32 2018 +0900 +++ b/shuzai/trad/kamiichigami/index.html Fri Dec 14 14:10:19 2018 +0900 @@ -1,21 +1,40 @@ <!DOCTYPE html> <html lang="ja"> <head> -<title>KAGURA!</title> -<style type="text/css"> -<!-- -body {background: azure;} ---> -</style> -<link rel="stylesheet" type="text/css" href="../../shuzai.css"> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="keywords" content=""> + <meta name="description" content=""> + <title></title> + <!--[if lt IE 9]> + <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <link rel="shortcut icon" href="favicon.ico"> + <link rel="stylesheet" href="https://skip.koeki-prj.org/main.css"> + <script type="text/javascript" src="js/jquery.js"></script> + <script type="text/javascript" src="js/script.js"></script> </head> <body> -<h1>kagura dayo!! Example</h1> -<video controls> -<source height="360" src="https://www.yatex.org/gitbucket/SKIP/traditional/raw/master/2018/kamiichigami/kamiiti_HD.mp4"> -</video> - - + <header> + <h1>上市神神楽</h1> <!-- WebSite Name --> + </header> + <nav> + <div id="gnav"> + <ul> + <li><a href="">トップへ</a></li> <!-- Menu --> + </ul> + </div> <!-- /gnav --> + </nav> + <div id="contents"> + <div id="main"> + <video controls width="600px"><source src="https://www.yatex.org/gitbucket/SKIP/traditional/raw/master/2018/kamiichigami/kamiiti_HD.mp4"></source></video> + </div> <!-- /main --> + <div id="sub"> + </div> <!-- /sub --> + </div> <!-- /contents --> + <footer> + <div id="copyright">Copyright (C) 2018 東北公益文科大学学内サークル SKIP. All Rights Reserved.</div> + </footer> </body> -</html> +</html> \ No newline at end of file