-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
64 lines (58 loc) · 2.82 KB
/
info.html
File metadata and controls
64 lines (58 loc) · 2.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Website</title>
<style>
header {
text-align: left;
}
#creator {
font-weight: bold;
}
</style>
</head>
<body>
<header>
<center><h1>Information</h1></center>
<div id="creator">
<img src="https://scontent.fcrk4-1.fna.fbcdn.net/v/t39.30808-6/386545463_1535466377259752_4086673685295696762_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=a2f6c7&_nc_eui2=AeEtzXNuFucNHMdJikOyl2eosPwuyf9KhUyw_C7J_0qFTHdChIzDrPnfBguFjIhpEFu7GSEakbs3pY8mrZBR3yTE&_nc_ohc=3Cr4CFyCmS4AX9Vpxuz&_nc_ht=scontent.fcrk4-1.fna&oh=00_AfAY210L6ZVmQY9ulf_Fkl9W34G_vIzdjqYSg4kR2T_SXQ&oe=6526DBDE " alt="Creator Image" width="100" height="100">
<p>Creator:Rens belga acuna</p>
</div>
<div class="contributors">
<img src="https://scontent.fcrk4-1.fna.fbcdn.net/v/t1.15752-9/387544793_338315955240112_8524511603843896635_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=ae9488&_nc_eui2=AeGXWgvfalrfBQhkIF4Q6vsMKLgSefCASYAouBJ58IBJgKL9FplRN4wgaLd22hqxepMkTHY0qo4jIqn0pbcUNuy_&_nc_ohc=lDlmboJ7uqIAX9jVhiP&_nc_ht=scontent.fcrk4-1.fna&oh=03_AdQT5ygasQlnC2dXkc8B1iNcMGwAD86Woaysxg6uG8fjJA&oe=65487F62 " alt="Contributor 1 Image" width="50" height="50">
<p>Contributor:Jan liby dela costa</p>
</div>
</header>
<section>
<h2>Announcement</h2>
<p>This is currently being improved and developed further to enhance its current state. Please bear with us if there are minor issues. We will do our best to address them and add new features.</p>
</section>
<section>
<h2>About Us</h2>
<p>This is a website created to provide information and facilitate discussions on various topics.</p>
</section>
<section>
<h2>How to Use the Website</h2>
<p>Here are some guidelines on how to use this website:</p>
<ol>
<li> Write the content you want to post. If your post is long, use the "Enter" or "Next Line" key to format it neatly.</li>
<li>Click the "Post" button to submit your content.</li>
<li> To view your posted content, click the "View Posts" or "Restore" button on the website.</li>
</ol>
</section>
<section>
<h2>Prohibited Actions</h2>
<p>The following actions are not allowed on this website:</p>
<ul>
<li>1. Spamming or excessive self-promotion.</li>
<li>2. Harassment or bullying of other users.</li>
<li>3. Posting malicious links or engaging in phishing activities.</li>
<li>4. Violating the website's terms of service and policies.</li>
</ul>
</section>
<footer>
<center><p>© 2023 My Website</p></center>
</footer>
</body>
</html>