-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programutvecklare</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<article>
<h1>Välkommen till Programutvecklare!</h1>
<p>Hos oss får du chansen att utforska programmeringens värld och lära dig skapa både webbsidor och webbapplikationer. Du kommer att arbeta med HTML, CSS och JavaScript för att bygga moderna, interaktiva webbsidor.</p>
<h3>Är du dessutom nyfiken på spelutveckling?</h3>
<p>
Du får även lära dig att skapa spel - kanske till och med
<!--
Du kan experimentera och lägga till `data-rainbow` till element
för att visa en "häftig" animation..
Exempel:
<strong data-rainbow>Hello World</strong>
-->
<strong>Roblox</strong>
-spel!
</p>
<img src="https://programutvecklare.com/_next/image?url=%2Fimage.webp&w=1920&q=75">
</article>
<script src="script.js"></script>
</body>
</html>