Skip to content

Commit a3ba0d3

Browse files
update
1 parent 698f60d commit a3ba0d3

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CATopalian_HTML_JavaScript_Editor.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Dedicated to God the Father -->
2-
<!-- All Rights Reserved Christopher Andrew Topalian Copyright 2000-2025 -->
2+
<!-- All Rights Reserved Christopher Andrew Topalian Copyright 2000-2026 -->
33
<!-- https://github.com/ChristopherTopalian -->
44
<!-- https://github.com/ChristopherAndrewTopalian -->
55
<!-- CATopalian_HTML_JavaScript_Editor.html -->
@@ -8,6 +8,10 @@
88
<head>
99
<title> CATopalian HTML JavaScript Editor </title>
1010

11+
<meta charset = 'UTF-8'>
12+
13+
<meta name = 'viewport' content = 'width = device-width, initial-scale = 1.0'>
14+
1115
<link rel = 'stylesheet' href = 'src/css/style001.css'>
1216

1317
<script src = 'src/js/1shortcuts/shortcuts.js'></script>

src/js/CATopalian_Combine_JS_Files.bat

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ echo "JavaScript files combined into %output% successfully."
1717

1818
::::
1919

20+
:: This .bat File Combines All .js files in all folders of our js folder, into one main.js file.
21+
:: To activate this .bat file, we double click the .bat file, while it is located in our js folder.
22+
23+
::::
24+
2025
:: Dedicated to God the Father
2126
:: All Rights Reserved Christopher Andrew Topalian Copyright 2000-2025
2227
:: https://github.com/ChristopherTopalian
2328
:: https://github.com/ChristopherAndrewTopalian
24-
:: https://sites.google.com/view/CollegeOfScripting
25-
:: This .bat File Combines All .js files in all folders of our project folder, into one main.js file.
26-
:: To activate this .bat file, we double click the .bat file, while it is located in our js folder.
2729

0 commit comments

Comments
 (0)