-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·49 lines (38 loc) · 1.03 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
require_once('./backend/myid.php');
?>
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="author" content="T.Morio">
<title>KoryoStream Ver4</title>
<link rel="stylesheet" href="styles.css?Ver=4">
<link rel="icon" href="favicon.ico">
</head>
<body>
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="ajaxupdater.js?=Ver4"></script>
<div class="title">
<img border="0" src="./twitterlogo.png"> <span class="title"><?php echo TAGNAME ?></span>
</div>
<br>
<div class="container">
<div class="photo">
<div id="itemphoto"></div>
</div>
<div class="item1">
<div id="item1"></div>
</div>
<div class="item2">
<div id="item2"></div>
</div>
<div class="item3">
<div id="item3"></div>
</div>
<div class="item4">
<div id="item4"></div>
</div>
</div>
</body>
</html>