Skip to content

Commit 268fb57

Browse files
authored
Initialize gh-pages
0 parents  commit 268fb57

File tree

6 files changed

+512
-0
lines changed

6 files changed

+512
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ci_temp A₽p html [hимик тАбЛи©А℞ мен'Де Лёв]
2+
3+
Temperature Simulation
4+
----------------------
5+
[inde_ხ](https://barionleg.github.io/ci_temp/index.html) by [©urva$TEC](https://github.com/barionleg/CurvasTES/blob/master/index.html)
6+
7+
A small visualization of particles and their reactions to different temperatures created in HTML5 and JavaScript.
8+
9+
A [Pen](https://codepen.io/barionleg/pen/ExrBmBg) by [Bankn8II©$A](https://codepen.io/barionleg) on [CodePen](https://codepen.io).
10+
11+
[License](https://codepen.io/license/pen/ExrBmBg).

app.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<meta name="generator" content="pandoc" />
7+
8+
<meta name="author" content="barionleg" />
9+
10+
11+
<title>Temperature Simulation</title>
12+
13+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
14+
15+
</head>
16+
<body>
17+
18+
<div id="card">
19+
<canvas id="canvas" width="640" height="480"></canvas>
20+
</div>
21+
<div id="signature">
22+
Just drag the ₽µnk [₽ Ømm_Å µჼ kæ円] slider to adjust the temperature! OBS! light slider is Øт_hŒr! <br />
23+
Made with ❤ by <a href="https://gist.github.com/barionleg/1457f5d96f8cbacba7b27bf5eacfe048" target="_blank">Barionleg </a>
24+
</div>
25+
<script src="./application.js"></script>
26+
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)