Skip to content

Commit f7947fb

Browse files
Merge branch 'main' into dev_1.2
2 parents f6e2cd4 + 37ab4e6 commit f7947fb

1 file changed

Lines changed: 48 additions & 48 deletions

File tree

index.html

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
<!doctype html>
2-
<html lang="en-US">
3-
4-
<head>
5-
<title>AnySection</title>
6-
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.0/lib/p5.js"></script>
7-
<link rel="stylesheet" type="text/css" href="style.css">
8-
<link rel="icon" type="image/x-icon" href="assets/ico/favicon.ico">
9-
</head>
10-
11-
<body>
12-
<div>
13-
<h1>
14-
<!--AnySection-->
15-
</h1>
16-
<img src="assets/ico/tool-logo.png" alt="AnySection" class="tool-logo">
17-
<h3>Select a profile shape</h3>
18-
</div>
19-
<div class="container" id="container"></div>
20-
<!--
21-
<div class="menu">
22-
<a href="../lang.html"><img src="assets/ico/translate.svg" class="ico"></a>
23-
<a href="pages/math.html"><img src="assets/ico/math.svg" class="ico"></a>
24-
</div>
25-
-->
26-
<script src="script.js"></script>
27-
<div class="copyright">
28-
<p class="copyright">Project developed by</p>
29-
<a href=".." target="_blank">
30-
<img src="assets/ico/TClogo-inline.svg" class="logo">
31-
</a>
32-
<p class="copyright">and hosted on</p>
33-
<a href="https://github.com/TerribleCoding/AnySection" target="_blank">
34-
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" class="logo">
35-
</a>
36-
<br>
37-
<a href="https://github.com/TerribleCoding/AnySection/releases" target="_blank">
38-
<p class="copyright">AnySection v1.2</p>
39-
</a>
40-
<div style="height: 30px;">
41-
<a href="https://www.buymeacoffee.com/terriblecoding" target="_blank">
42-
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee"
43-
style="height: 40px !important;">
44-
</a>
45-
</div>
46-
</div>
47-
</body>
48-
1+
<!doctype html>
2+
<html lang="en-US">
3+
4+
<head>
5+
<title>AnySection</title>
6+
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.0/lib/p5.js"></script>
7+
<link rel="stylesheet" type="text/css" href="style.css">
8+
<link rel="icon" type="image/x-icon" href="assets/ico/favicon.ico">
9+
</head>
10+
11+
<body>
12+
<div>
13+
<h1>
14+
<!--AnySection-->
15+
</h1>
16+
<img src="assets/ico/tool-logo.png" alt="AnySection" class="tool-logo">
17+
<h3>Select a profile shape</h3>
18+
</div>
19+
<div class="container" id="container"></div>
20+
<!--
21+
<div class="menu">
22+
<a href="../lang.html"><img src="assets/ico/translate.svg" class="ico"></a>
23+
<a href="pages/math.html"><img src="assets/ico/math.svg" class="ico"></a>
24+
</div>
25+
-->
26+
<script src="script.js"></script>
27+
<div class="copyright">
28+
<p class="copyright">Project developed by</p>
29+
<a href=".." target="_blank">
30+
<img src="assets/ico/TClogo-inline.svg" class="logo">
31+
</a>
32+
<p class="copyright">and hosted on</p>
33+
<a href="https://github.com/TerribleCoding/AnySection" target="_blank">
34+
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" class="logo">
35+
</a>
36+
<br>
37+
<a href="https://github.com/TerribleCoding/AnySection/releases" target="_blank">
38+
<p class="copyright">AnySection v1.2</p>
39+
</a>
40+
<div style="height: 30px;">
41+
<a href="https://www.buymeacoffee.com/terriblecoding" target="_blank">
42+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee"
43+
style="height: 40px !important;">
44+
</a>
45+
</div>
46+
</div>
47+
</body>
48+
4949
</html>

0 commit comments

Comments
 (0)