-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (70 loc) · 4.92 KB
/
Copy pathindex.html
File metadata and controls
78 lines (70 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/styles.css" />
<script async src="./javascript/index.js"></script>
<script async src="./javascript/two.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ECXPNMV3Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5ECXPNMV3Z');
</script>
<title>My webpage!</title>
</head>
<body>
<h1>My Website</h1>
<h4 id='date'></h4>
<a href="./BLOCK/index.html">BLOCK is a meditation aid that helps to reduce intrusive thoughts.<br></a>
<a href="./SNOWFLAKE/index.html">SNOWFLAKE draws a Koch snowflake. White and snowy and flakey.<br></a>
<a href="./FUCK/indexFuck.html">This is Fuck! spelt in Traditional Chinese.<br></a>
<a href="./PURSUIT/indexTrivial.html">Curves of Pursuit that can spin!<br></a>
<a href="./SQUARESPUZZLE/indexSquaresPuzzle.html">Try to arrange the coloured squares so there are no repeats in each row, column and diagonal.<br></a>
<a href="./TRIANGLES/indexTriangles.html">Drop a triangle on the floor. Click to see it shatter.<br></a>
<a href="./ARROWS/indexArrows.html">Click to add new green arrows. Red is the fastest.<br></a>
<a href="./Bugs/indexAIBugs.html">They bump! They fight! They befriend! They mate! Click to add a new one to the mix.<br></a>
<a href="./NOUGHTSANDCROSSES/indexTicTacToe.html">Classic game of noughts and crosses.<br></a>
<a href="./NOUGHTSANDCROSSES/index_oxo.html">Noughts and Crosses with Computer Play Capability.<br></a>
<a href="./NOUGHTSANDCROSSES/index_oxo_hidden.html">Noughts and Crosses with Computer Play Capability and Hidden Moves.<br></a>
<a href="./NOUGHTSANDCROSSES/index_directed.html">Learn Directed Numbers Arithmetic.<br></a>
<a href="./PyScript/indexDrawExpressionMQ.html" >A sandbox for Python development.<br></a>
<a href="./PyScript/hello.html" >Webscraping.<br></a>
<a href="./PyScript/indexHangman.html" >A game of Hangman.<br></a>
<a href="./PyScript/indexZN.html" >Z-N Game.<br></a>
<a href="./PyScript/indexPong.html" >Pong Pong - Like Breakout but different.<br></a>
<a href="./PyScript/indexBoxes.html" >Box Game for up to 4 players.<br></a>
<a href="./PyScript/index_timesgame.html" >Get to the top of the climbing frame by multiplying the number. But then you have to get down again!<br></a>
<a href="./PyScript/index_longadd.html" >Practice your Addition<br></a>
<a href="./PyScript/index_longmultiply.html" >Practice your Multiplication<br></a>
<a href="./NOUGHTSANDCROSSES/index_fractions.html" >Practice your Fractions<br></a>
<a href="./PyScript/wordless.html" >The Wordless Book<br></a>
<a href="./AlgebraTrainer/index.html" >Algebra Trainer.<br></a>
<a href="./MAZE/indexConnectedMaze.html" >Mazes.<br></a>
<a href="./ADDTO10/index10Game.html" >Add to 10 Game.<br></a>
<a href="./ADDTO10/index9Game.html" >Add to 9 Game.<br></a>
<a href="./ADDTO10/indexLudo.html" >Game of Ludo.<br></a>
<a href="./ADDTO10/indexMatrix.html" >The Matrix.<br></a>
<a href="./TRIBES/indexTribes.html" >Tribes.<br></a>
<a href="./TANGLE/indexTangle.html" >Tangle.<br></a>
<a href="./TANGLE/indexSumPyramid.html" >Sum Pyramid.<br></a>
<a href="./TANGLE/indexTango_1.html" >Tango.<br></a>
<a href="./ELEMENTARY/indexElementary.html" >Elementary (3 digit).<br></a>
<a href="./METAMORPHOSIS/indexMetamorphosis.html" >Metamorphosis<br></a>
<a href="./MONSTERSANDCRITICS/indexMonstersCritics.html" >Monsters and Critics<br></a>
<a href="./ZOOTILES/indexZooTiles.html" >Zoo Tiles<br></a>
<a href="./WEATHERING/indexWeathering.html" >Weathering<br></a>
<a href="./KNOTS/index_knots.html" >Celtic Knots<br></a>
<a href="./BANKS/walking_on_glass_games.html" >Games from Walking on Glass<br></a>
<a href="./SWAMP/indexSWAMP.html" >Swamp - ride the Crocoodiles to your Lilypad<br></a>
<a href="./PyScript/index_special.html" >Length Compression due to Lorentz Transform at Near Light Speeds<br></a>
<a href="./chaostheory/indexGamekeeper.html" >You have an island of rabbits. Harvest them without letting them overpopulate.<br></a>
<a href="./chaostheory/index_kepler.html" >Create an Orbit for a Planet<br></a>
<a href="./chaostheory/index_3body.html" >Create an Orbit for 3 Bodies<br></a>
<a href="./chaostheory/index_randomfractal.html" >Create a randomly generated Fractal Island<br></a>
<a href="./chaostheory/index_complex.html" >Julia sets of y=z^2+c<br></a>
<a href="./chaostheory/3dplot.html" >Herbivore-Carnivore Populations showing Bifurcation in an Interacting Logistic Model<br></a>
<a href="./chaostheory/logisticGame.html" >Grow your Population but Beware Chaotic Collapse!<br></a>
</body>
</html><br>