mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
20 lines
590 B
HTML
20 lines
590 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<link rel='stylesheet' href='style.css'/>
|
|
<script type="text/javascript" src="main.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="mycav">
|
|
<div id="fun_rate">vczero</div>
|
|
<div style="float:right;visibility:hidden;"><a href="t2048/t2048.html">T2048</a></div>
|
|
<canvas id="canvas" width="910" height="1500">
|
|
您好!您的浏览器不支持HTML5 Canvas。请更换其他浏览器。
|
|
</canvas>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |