html
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
<!DOCTYPE html>
<html>
<head>
<title>Dev'website</title>
</head>
<body>
<ul>
<li><a href="https://code.sololearn.com/WQgQ8tjMmsni/?ref=app">Go to Home Page</a></li>
</ul>
<br>
<h1>DeckyDecky</h1>
<p><a href = "https://deckydecky.com/#/welcome">DeckyDecky</a> is a website app that allows to streamers to control easily their stream without encountring some intricate problems! Note this is not an <em>ad</em> but I attended the creation of this app and it is just amazing!!</p>
<h3>DeckyDecky creator</h3>
<p>Eskimon is a french web developper and a formal engineer in electronics.He taught me a lot about this domain and encouraged me to learn programming.He is french and as I do speak his language.You can check his <a href="https://eskimon.fr/">blog</a> where he put Arduino tutos, besides some web tutorials. If you speak only english...google translation should work.</p>
<strong>I came across this video introducing it</strong>
<iframe src = "https://youtube.com/embed/3FCsbwdRN7k"></iframe>
<br>
<em>if you can't read the video here is the link to Youtube: <a href="
https://www.youtube.com/embed/3FCsbwdRN7k">https://youtu.be/3FCsbwdRN7k</a></em>
<p id="copy">© <em>YoungMind 2020</em></p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
background-color:#F0FFFF;
text-align:center;
}
ul{
text-align: left;
}
#copy {
text-align: right;
font-size: 10px;
}
a{
color:grey;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
alert("Note that this is my first web code,you might not like the front-end");
alert("Special Thanks to David D. who helped me to solve some problems");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run