-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="auto">
<head>
<title>Finish</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="meta tags">
<meta name="keywords" content="html, learning, beginner">
<meta name="author" content="eb smr">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header style="background-color: aliceblue;">
<h1>Welcome to Many Mc Source Code</h1>
<a href="index.html">Home (grove stret home at lest i das everything up.)</a><br>
<a href="">Produtcs (Coming SOON!)</a><br>
<a href="">About Us</a><br>
<hr>
<h4>HTML things</h4>
<a href="files/Basics.html">HTML Basics</a><br>
<a href="files/mp3.html">MP3</a><br>
<a href="files/img.html">IMG</a><br>
<a href="files/ahref.html">A href</a><br>
<a href="files/butttoflush.html">Butt to Flush</a><br>
<a href="files/Form.html">Forms</a><br>
<a href="files/list.html">list</a><br>
<a href="files/favic.html">favorite icons</a><br>
<a href="files/divspan.html">Div & Span</a><br>
<a href="files/vid.html">video</a><br>
<a href="files/Tables.html">tables</a><br>
<a href="files/Text.html">text</a><br>
<a href="css learn/fonts.html">css learn fonts</a><br>
<a href="files/meta.html">meta tags</a><br>
<a href="css learn/colors.html">colors</a><br>
<a href="css learn/borders.html">Borders</a><br>
<a href="css learn/shadows.html">Shashdows</a><br>
<a href="css learn/M a r i g i n o.html">Mariginino</a><br>
<a href="css learn/float.html">Floats</a><br>
<a href="css learn/overFlow.html">Overflows</a><br>
<hr>
</header>
<main>
<h4>cool moves</h4>
<image src="files/big-steve-face.jpg" alt="my profile pic" height="100px"></image>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis orci leo, sodales eu sapien sed, lacinia commodo neque. Integer massa magna, rutrum ac ultricies sed, congue at nisi. Pellentesque aliquet eleifend.</p>
</main>
<footer style="background-color: aliceblue;">
<hr>
author: Many MC<br>
© copyright reseved<br>
<small><a href="mailto:enessmr22@gmail.com">enessmr22@gmail.com</a></small>
</footer>
</body>
</html>
a