-
Notifications
You must be signed in to change notification settings - Fork 0
/
forum.html
64 lines (50 loc) · 2.11 KB
/
forum.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
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Anime & Manga API</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Spectral|Rubik">
</head>
<body background="https://pics.freeartbackgrounds.com/fullhd/Dark_Clouds_in_the_Sky_Background-1086.jpg">
<div class="header">
<h1>The<strong>Anime</strong>Fandom</h1>
</div>
</ul><div class="topnav">
<a href="index.html">Home</a>
<a href="forum.html">Forum</a>
<a href="video.html">Videos</a>
</div><br>
<div class="newsletter">
<h1>Current Topic:<br><strong>AFA Creators Super Fest 2024 Singapore</strong></h1>
<h2>Yet again Singapore is having creators festival on 27 & 28 July 2024, at Singapore Expo Hall 3!<br> Last year's creators hub was awesome.<br> Heading for this year's Creators Festival? What are you looking forward to?<br><br>
<img src="https://animefestival.asia/wp-content/uploads/2024/05/a4-JKTArtboard-17-80.jpg" alt="anime festival" width="700" height="350">
</h2></div>
<section id="comment-section">
<div class="container">
<form id="comment-form">
<div class="form-section">
<label class="username username-position" for="username">Username:</label>
<input type="text" id="username" name="username" required>
</div>
<div class="form-section">
<br><br><label class="commment comment-position" for="comment">Comment:</label>
<textarea rows="4" cols="50" id="comment" name="comment" required></textarea>
</div>
<div class="form-section">
<button type="submit" class="button2" value="comment button">Comment</button>
</div>
</form>
</div>
<h2><strong>Sharing Platform</strong></h2>
<div id="usercomment" class="comment comment-no-shadow">
</div>
</section>
<footer>
<p>© AFASG / Jikan API</p>
</footer>
<script src="script.js"></script>
</body>
</html>