Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 2260:ec99063935c3
スタンプラリー紹介ページの追加
author | MURAKAMI Masaki <c112124@h.koeki-u.ac.jp> |
---|---|
date | Mon, 16 Jun 2014 10:44:26 +0900 |
parents | 36d59a919feb |
children | c7655e3a81f3 |
files | event/minato.css event/minato_festival.html |
diffstat | 2 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/minato.css Mon Jun 16 10:44:26 2014 +0900 @@ -0,0 +1,17 @@ +body{ + background: #2d48e2; +} + +div{ + background: rgba(255,255,255,1.0); + height: 500px; + width: 1100px; + margin-left: auto; + margin-right: auto; +} + +h1{ + text-align: center; +} + +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/minato_festival.html Mon Jun 16 10:44:26 2014 +0900 @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>Stamp rally in Minato festival</title> +<style type="text/css"> +<!-- + +--> +</style> +<link rel="stylesheet" type="text/css" href="minato.css"> +</head> + +<body> +<h1>Minato Festival</h1> +<div> +<div> +<h2>港オアシス祭りとは...</h2> +<p> + +</p> +</div> +<div> +<h2>スタンプラリーとは...</h2> +</div> +<p></p> +</div> + +</body> +</html>