楕円運動アニメクラス
楕円運動アニメクラス城内スタ-ト PHP ファイル
cir_oval_start.php
MoveImage に戻る
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width,
initial-scale=1.0">
<title>楕円運動アニメクラス</title>
</head>
<link rel="stylesheet"
href="css/cir_oval.css"
type="text/css">
</head>
<style>
<?php
include "cir_oval.php";
?>
</style>
<body>
<div id="wrap">
<div id="object1"></div>
<div id="object2"></div>
</div><!-- wrap 終わり -->
</body>
</html>