-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCATopalian_JavaScript_Truth_Detection.html
More file actions
39 lines (23 loc) · 1.08 KB
/
CATopalian_JavaScript_Truth_Detection.html
File metadata and controls
39 lines (23 loc) · 1.08 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
<!-- Dedicated to God the Father -->
<!-- All Rights Reserved Christopher Andrew Topalian Copyright 2000-2026 -->
<!-- https://github.com/ChristopherTopalian -->
<!-- https://github.com/ChristopherAndrewTopalian -->
<!-- CATopalian_JavaScript_Truth_Detection.html -->
<!DOCTYPE html>
<html lang = 'en'>
<head>
<title> CATopalian JavaScript Truth Detection </title>
<meta charset = 'UTF-8'>
<meta name = 'viewport' content = 'width = device-width, initial-scale = 1.0'>
<link rel = "icon" href = "src/media/textures/icons/CATopalian_True_AI_Centered.png" type = "image/png">
<link rel = 'stylesheet' href = 'src/css/style001.css'>
<script src = 'src/js/1shortcuts/shortcuts.js'></script>
<script src = 'src/js/2worldVariables/worldVariables.js'></script>
<script src = 'src/js/3data/lance_Armstrong_Lies_Under_Oath.js'></script>
<script src = 'src/js/4make/makeVideos.js'></script>
<script src = 'src/js/4make/makeTitleOfApp.js'></script>
<script src = 'src/js/sound/sound.js'></script>
<script src = 'src/js/whenLoaded/whenLoaded.js'></script>
<body onload = 'whenLoaded();'>
</body>
</html>