summaryrefslogtreecommitdiff
path: root/web/bigai/0601.html
diff options
context:
space:
mode:
authorchzhang <zch921005@126.com>2023-01-01 12:19:37 +0800
committerchzhang <zch921005@126.com>2023-01-01 12:19:37 +0800
commit390b13cd20f24ad9f1f4797289c12a5aea4a3c17 (patch)
treeb502d903ac334654c6b019c6eace48f98908951b /web/bigai/0601.html
parent1744bfdfe95b737eb4ed079325e0679ab9e16991 (diff)
computation graph
Diffstat (limited to 'web/bigai/0601.html')
-rw-r--r--web/bigai/0601.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/web/bigai/0601.html b/web/bigai/0601.html
deleted file mode 100644
index f20bfe4..0000000
--- a/web/bigai/0601.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<link rel="stylesheet" type="text/css" media="all" href="css/reset.css" /> <!-- reset css -->
-<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
- <style>
- #canvas1 {
- border: solid;
- color: red;
- }
- #canvas2 {
- border: solid;
- color: green;
- }
- #canvas3 {
- border: solid;
- color: blue;
- }
- </style>
-</head>
-
-<body>
- <form id='form1' style="position:relative">
- <div id='d1' style="position:absolute; top:0px; left:0px; z-index:1">
- <canvas id='canvas1' width='200' height='100'>
- Your browser does not support HTML5 Canvas.
- </canvas>
- </div>
- <div id='d2' style="position:absolute; top:50px; left:50px; z-index:2">
- <canvas id='canvas2' width='100' height='200'>
- Your browser does not support HTML5 Canvas.
- </canvas>
- </div>
- <div id='d3' style="position:absolute; top:75px; left:75px; z-index:3">
- <canvas id='canvas3' width='50' height='50'>
- Your browser does not support HTML5 Canvas.
- </canvas>
- </div>
- </form>
-</body>
-
- <script>
- <!--分别对canvas1-2-3 添加东西,然后动态更新各自的元素内容 -->
-
- </script>
-
-</html> \ No newline at end of file