-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.php
executable file
·30 lines (28 loc) · 996 Bytes
/
2.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
<!DOCTYPE html>
<html lang="ja">
<head>
<script src = "jquery-1.11.1.js"></script>
<!-- <link rel = "stylesheet" href="resources/index.css"> -->
<meta http-equiv="Content-Type" content="text/html; utf-8">
<title>413教室 SP2LC</title>
</head>
<body>
<div id="head"></div>
<center>
<h1>実際にやってみよう!</h1>
<p>4x4のパズルを解いてみよう</p>
<!-- </div>-->
<!--
<iframe id="demo" src="iks_hand.php?prob_id=107" align="center" width="896px" height="592px" scrolling="no" frameborder="0">
</iframe>
</center>
-->
<p>終わったら下のボタンを押してね!</p>
<!-- </div>-->
<input type="button" onclick="location.href='compare.html'"value="ホームに戻る">
</center>
<div align="right">
<p>made by SP2LC</p>
</div>
</body>
</html>