円運動アニメ
初期ファイル
circle_start.php
Move Imageに戻る
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>円運動</title>
</head>
<link rel="stylesheet"
href="css/circle_style.css"
type="text/css">
</head>
<style>
<?php
include "circle.php";
?>
</style>
<body>
<div id="wrap">
<div id="object">
</div>
</div>
<!-- wrap 終わり -->
</body>
</html>