-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforum.html
More file actions
37 lines (34 loc) · 1.31 KB
/
forum.html
File metadata and controls
37 lines (34 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>CCC | Forum</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="forum.html">Forum</a>
<a href="contact.html">Contact Us</a>
<a href="fame.html">hall of fame</a>
</div>
<center>
<h1>Forum</h1>
<p>Welcome to the <strong>CCC</strong> forum! Here you can talk, share ideas, ask questions, <strong>etc.</strong>!</p>
<b><hr></b>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cat-coding-company.github.io/CatCodingCommunity/forum.html/"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "/CatCodingCommunity/forum.html/";
};
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://cat-coding-community-ccc.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</center>
</body>