-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe3rdpage.php
More file actions
28 lines (26 loc) · 920 Bytes
/
the3rdpage.php
File metadata and controls
28 lines (26 loc) · 920 Bytes
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
<!DOCTYPE html>
<html lang="ja">
<head>
<script src = "jquery-1.11.1.js"></script>
<link rel = "stylesheet" href="resources/the3rdpage.css">
<meta http-equiv="Content-Type" content="text/html; utf-8">
<title>413教室 SP2LC</title>
</head>
<body>
<div id="head">
<center>
<h1>全国高専プログラミングコンテスト</h1>
<p>パソコンで計算した結果と君の答えを比較してみよう!!</p>
</center>
</div>
<div id="demo">
<iframe id="demoPC" src="iks.php" align="center" width="782px" height="518px" scrolling="no" frameborder="1">
</iframe>
<iframe id="demoUSER" src="" align="center" width="782px" height="518px" scrolling="no" frameborder="1">
</iframe>
</div><!-- 57 37-->
<div id="copyright" align="right">
<p>made by SP2LC</p>
</div>
</body>
</html>