-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (48 loc) · 2.39 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<title>HTX Prog</title>
</head>
<body>
<h1>Mine HTX programmerings ting</h1>
<a href="./trekants-beregner/public/index.html">Trekants beregner</a>
<a href="./fake-news-site/public/index.html">Fake news generator</a>
<a href="./balls/index.html">Balls</a>
<a href="./Plane-Generator/public/">Plan Genrator</a>
<a href="./Circle-Maker/public/">Circle program</a>
<a href="./Computer-Basics/public/">Computer Basics</a>
<a href="./Funktion-spil/public/">Funktions Spil</a>
<a href="./GUI-basic/public/index.html">Paint5.js</a>
<a href="./trigonometri/index.html">Enheds Cirkel</a>
<a href="./julelys/index.html">Julelys</a>
<a href="./smart-rockets/public/">Smart Rockets</a>
<a href="./car/index.html">Bil Spil</a>
<a href="https://fantastiske-funktioner.netlify.app/">Fantastiske funktioner</a>
<a href="./ligning-stuff/public/">Lignings udregnes</a>
<a href="./ugly-website/index.html">Min grimme hjemmeside</a>
<a href="./newtons-method/public/index.html">Newtons metode</a>
<br>
<a href="https://github.com/DenseOriginal/HTXProg/tree/master/mat-opgaver">Alle matematik opgaver</a>
<br>
<details>
<summary>Lyd</summary>
<a href="./lyd-part1/">Lyd Part 1</a>
<a href="./lyd-spil/public/index.html">Lyd Spil</a>
<a href="./lyd-drumpad/index.html">Lyd Drumpad</a>
<a href="./lyd-spy-recorder/">Spy Recorder</a>
<a href="./speech-rec/">Speech Recognition</a>
</details>
<br>
<h2>Fysik bølger</h2>
<a href="./Fysik-Brydning/public/index.html">Refleksion og brydning</a>
<a href="./fysik-bølger/model/index.html">Bølge model</a>
<a href="./fysik-bølger/interferens/index.html">Interferens model</a>
<a href="https://editor.p5js.org/DenseOriginal/sketches" class="footnote">Flere tilfældige ting her</a>
<a class="github-fork-ribbon" href="https://github.com/DenseOriginal/htxprog" data-ribbon="Source code on GitHub" title="Source code on GitHub">Source code on GitHub</a>
</body>
</html>