first commit
This commit is contained in:
15
fleur2vie.html
Normal file
15
fleur2vie.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="fleur2vie.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="f2v_calvas" width="1000px" height="1000px"></canvas>
|
||||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
setTimeout(function(){
|
||||
main();
|
||||
}, 1000);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user