-
Notifications
You must be signed in to change notification settings - Fork 0
/
aitools.html
63 lines (52 loc) · 1.89 KB
/
aitools.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
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jans Coding</title>
<link rel="stylesheet" href="rain.css">
</head>
<body>
<canvas id='canv'></canvas>
<div class='container'>
<div class="Top">
<header>
Jans Coding
</header>
</div>
<div class="Sidebar">
<a href="tags.html" effect="ripple">Tags</a><br><br>
<a href="about.html" effect="ripple">About</a> <br><br>
<a href="watch.html" effect="ripple">Watch</a> <br><br>
<a href="woodcutter.html" effect="ripple">My Game</a><br><br>
<a href="index.html" effect="ripple">Main</a>
</div>
<div class="Main">
<a href="https://copilot.microsoft.com" effect="ripple" class="icon-link">
<div class="video-container">
<video autoplay muted width="130">
<source src="copilot.webm" type="video/webm" />
</video>
<span class="icon-text">Copilot</span> </div>
</a> <br>
<a href="https://chat.openai.com/" effect="ripple" class="icon-link">
<div class="video-container">
<video autoplay muted class="video-link" width="200">
<source src="openai.mp4" type="video/mp4" />
</video>
<span class="icon-text">ChatGPT</span> </div>
</a>
<br>
<a href="https://gemini.google.com" effect="ripple" class="icon-link">
<div class="video-container">
<video autoplay muted width="130" height="80">
<source src="google.webm" type="video/webm" />
</video>
<span class="icon-text">Gemini</span> </div>
</a>
</div>
<div class="Bottom"></div>
</div>
<script src="rain.js"></script>
</body>
</html>