-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontributor.html
More file actions
41 lines (34 loc) · 2.07 KB
/
Copy pathcontributor.html
File metadata and controls
41 lines (34 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="assests/style_contributor.css" />
<title>CRISPR</title>
</head>
<body>
<header>
<div class="logo">
<img src="assests/logo.png" alt="Logo" />
</div>
</header>
<main>
<div class="options">
<div class="option">
<img src="assests/contribute.png" alt="Option 1" />
<h2>We are Excited!</h2>
<p> We understand that you may want to contribute to the server, and in all fairness, it's for a noble cause. We appreciate you for it. <br><br>
However, there are a few things you must keep in mind before uploading files to the server. First and foremost, we are accepting courses, academic materials, and multimedia. Multimedia may consist of movies, anime, web series, and documentaries.<br><br>
That being said, please understand that the server is a public asset and falls under scrutiny. Uploading porn, hentai, or other objectionable material will jeopardize the server for everyone. The administration has threatened to shut down the server if any such incidents occur.
In case you are penetration testing the server, let us know. We can do it together! There is no need to try and inject viruses, which may cause a thousand people to lose access to the oasis of knowledge we have built. Please use your rational mind and refrain from earning a despicable reputation.
<br><br>
All the content uploaded will be scrutinized for malice first and then shifted to the main server by the CRISPR moderator team. You may notice that the content you have uploaded disappears after a while. This is normal. Your data has been successfully uploaded.
</p>
<br><br><br>
<a href="upload.pdf"> I understand. </a></div>
</div>
<br><br><br>
</main>
</body>
</html>