57 lines
1.6 KiB
HTML
57 lines
1.6 KiB
HTML
<html>
|
|
|
|
<!-- Mirrored from www.mathspad.co.uk/i2/construct.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 23:36:36 GMT -->
|
|
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Constructions Tool</title>
|
|
<link rel="stylesheet" type="text/css" href="_style.css">
|
|
|
|
<script>
|
|
/*if (window.top != window.self) {
|
|
top.location.href = document.location.href;
|
|
}*/
|
|
var user = "guest";
|
|
var personal = -1;
|
|
|
|
var isTask = false;
|
|
var hasCanvas = true;
|
|
var mainCanvasFillStyle = '#FFC';
|
|
var mainCanvasBorderWidth = 10;
|
|
var cacheVersion = '200504';
|
|
|
|
var scriptsToLoad = [
|
|
'_drawMathsText.js',
|
|
'_mathsInput.js',
|
|
'_grid2.js',
|
|
'_keyboard.js',
|
|
'_text2.js',
|
|
'_draw.js',
|
|
'_draw2.js',
|
|
'_draw3.js',
|
|
'_miscFuncs.js',
|
|
'Notifier.js'
|
|
];
|
|
var scriptsToLoad2 = [
|
|
'construct.js?20210926'
|
|
];
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="hideMe" style="font-family:'Hobo'">.</div>
|
|
<div class="hideMe" style="font-family:'segoePrint'">.</div>
|
|
<div class="hideMe" style="font-family:'smileyMonster'">.</div>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="canvas-container" id="canvascontainer">
|
|
<canvas id="canvas" width="1200" height="700" left="0" top="0" style="z-index:1"></canvas>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="_holder2.js"></script>
|
|
|
|
</body>
|
|
|
|
<!-- Mirrored from www.mathspad.co.uk/i2/construct.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 23:36:44 GMT -->
|
|
</html> |