OSDN Git Service

replaced all files
[vem/WITs.git] / JS / test.html
1 <!DOCTYPE html>
2 <!--
3 To change this license header, choose License Headers in Project Properties.
4 To change this template file, choose Tools | Templates
5 and open the template in the editor.
6 -->
7 <html lang="en"> 
8     <head>
9         <title>TODO supply a title</title>
10         <meta charset="UTF-8">
11         <meta http-equiv="X-UA-Compatible" content="IE=edge">
12         <meta name="viewport" content="width=device-width, initial-scale=1.0">
13         <script type="text/javascript" src="JS/canvas.js"></script>
14     </head>
15     <body>
16         <canvas id="canvasOne" width="500" height="300"></canvas>
17         Hello world!
18     </body>
19 </html>