-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
74 lines (62 loc) · 2.16 KB
/
Copy pathindex2.html
File metadata and controls
74 lines (62 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>Second page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">
<link rel="stylesheet" href="main_styles.css">
<link rel="stylesheet" href="styles2.css">
<link rel="icon" type="image/x-icon" href="https://www.favicon.cc/logo3d/1015365.png" >
</head>
<body>
<div class="heading">
<h1>My second web page</h1>
<!--<div class="image">
<img src="Untitled_Artwork%20(1).png" alt="anime girl">
</div>-->
</div>
<div style="overflow:auto">
<div class="menu">
<a href="#">Link 1 will be placed here soon</a>
<a href="#">Link 2 will be placed here soon</a>
<a href="#">Link 3 will be placed here soon</a>
<a href="#">Link 4 will be placed here soon</a>
</div>
<div class="main">
<h2>Something about something</h2>
<p>Some kind of text will be placed here later, right now I don't have words to describe what i want to say to this world</p>
<div class="main-article">
<article>
<h2>This is a set of navigation links <nav> </h2>
<nav>
<a href="/index.html">Go to first page</a>
</nav>
<p>this is some kind of text, main part of text connected in one class with that link and this text has to be huge</p>
<aside>
<h3> this text is <aside> </h3>
<p>this is some kind of text, not main part of text, mostly complimentory </p>
</aside>
<p>so i have enough space to check if everything works properly</p>
<div class="image">
<img src="Untitled_Artwork%20(1).png" alt="anime girl">
</div>
</article>
</div>
<div class="main">
<article>
<header>
<h2>About me</h2>
<p>Who i am</p>
</header>
<p>I am just a person who is trying to figure out how these things do work and live with a harmony with nature</p>
</article>
</div>
</div>
<div class="right">
<h2>About</h2>
<p>I am just trying to make different pages in different ways.</p>
</div>
</div>
<!-- footler is here-->
<div style="text-align:center;padding:10px;margin-top:7px;">© copyright lisolores</div>
</body>
</html>