-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTSMP.html
More file actions
51 lines (45 loc) · 3 KB
/
TSMP.html
File metadata and controls
51 lines (45 loc) · 3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<head>
<title>emlo40.com</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images//favicon.ico">
</head>
<body class="gg-contain">
<header class="terminal">
<a href="https://emlo40.com" style="text-decoration: none">
<h1>Emlos bad site</h1>
</a>
<div class="btn-group">
<a href="index.html" class="button">HOME</a>
<a href="info.html" class="button">INFO</a>
<a href="FT.html" class="button">FT</a>
<a href="TSMP.html" class="button">TSMP</a>
<a href="https://github.com/mlo40/VsPyYt" class="button">VsPyYt</a>
</div>
</header>
<div class="terminal" style="text-align: center;">
<h1>The spelling mistake</h1>
<p>A diy mechanical keyboard made with a arduino</p>
<p>Link to repo</p>
<a href="https://github.com/mlo40/TSMP"><p style="color: blue;">REPO</p></a>
<p>Video link</p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><p style="color: blue;">Demo showcase</p></a>
</div>
<div class="terminal" style="text-align: center;">
<div class="sketchfab-embed-wrapper"> <iframe style="width: 30vw; height: 30vh;" title="Keyboardcase" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/9de31a91d8a243ff8b367511cff4ac0a/embed"> </iframe> <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> <a href="https://sketchfab.com/3d-models/keyboardcase-9de31a91d8a243ff8b367511cff4ac0a?utm_medium=embed&utm_campaign=share-popup&utm_content=9de31a91d8a243ff8b367511cff4ac0a" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;"> Keyboardcase </a> by <a href="https://sketchfab.com/emlo40?utm_medium=embed&utm_campaign=share-popup&utm_content=9de31a91d8a243ff8b367511cff4ac0a" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;"> emlo40 </a> on <a href="https://sketchfab.com?utm_medium=embed&utm_campaign=share-popup&utm_content=9de31a91d8a243ff8b367511cff4ac0a" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a></p></div>
</div>
<sidebar class="terminal">
<div class="ran" style="text-align: center;">
<p>Socials</p>
<a href="https://www.twitch.tv/emlo40"><img class="pixel" src="images/social/logo1.png"
style=" width: 50px; height: 50px;"></a>
<a href="https://twitter.com/emlo40Official"><img class="pixel"
src="images/social/logo2.png" style=" width: 50px; height: 50px;"></a>
<a href="https://steamcommunity.com/id/emlo40/"><img class="pixel"
src="images/social/logo3.png" style=" width: 50px; height: 50px;"></a>
<a href="https://github.com/mlo40"><img class="pixel"
src="images/social/logo4.png" style=" width: 50px; height: 50px;"></a>
</div>
</sidebar>
</body>