-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtop100modureasons.php
87 lines (85 loc) · 4.14 KB
/
top100modureasons.php
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
75
76
77
78
79
80
81
82
83
84
85
86
87
<?php //this is the page that https://eatmoreram.com redirects to
$mysqli = require_once __DIR__ . "/db.php";
session_start();
if (isset($_SESSION["user_id"])) {
$sql = "SELECT username FROM users WHERE id = {$_SESSION["user_id"]}";
$result = $mysqli->query($sql);
$user = $result->fetch_assoc();
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Matei's Homepage!</title>
<meta content="EAT. MORE. RAM." property="og:title" />
<meta content="eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram eat more ram" property="og:description" />
<meta content="https://mateishome.page" property="og:url" />
<meta content="https://mateishome.page/welcome.gif" property="og:image" />
<meta content="#24589E" data-react-helmet="true" name="theme-color" />
<?php include_once __DIR__ . "/applets/style.php";?></head>
<body>
<script>
if ( window !== window.parent )
{
window.location.replace("https://mateishome.page/dontputmeinaniframe!.html"); // The page is in an iframe
//window.location.replace("about:inducebrowsercrashforrealz"); // EVIL The page is in an iframe
}
</script>
<div class="page">
<?php
include_once __DIR__ . "/applets/navigation_bar.php"; // :3
?>
<br>
<div class="largeApplet">
<h1 style="text-align: center;">Top 100 reasons why Modu is the best programming language and you should use it.</h1>
<ol>
<li>Beautiful syntax</li>
<li>Fast for an interpreted language</li>
<li>Active development</li>
<li>Steamlined error messages for easy debugging</li>
<li>Easy to learn</li>
<li>Modern library system</li>
<li>Open source</li>
<li>You get to say "i use modu btw" (like i use arch btw but less cringe)</li>
<li>Package manager built in</li>
<li>It is made by Cyteon</li>
<li>Cyteon is awesome, therefore Modu is awesome</li>
<li>I said so</li>
<li>Made with love and care 😊</li>
<li>Easy to run and install: just download the latest binary from Github Actions and put it in your PATH folder.</li>
<li>F*cedev has not made a video about it</li>
<li>Modu moment</li>
<li>It's just the goat</li>
<li>It's Modu, who wouldn't use it</li>
<li>I agree with the point above</li>
<li>Modu is love</li>
<li>Modu is life</li>
<li>Modu is Modu</li>
<li>The best community (join it right now for free robux >>>>> <a href="https://discord.gg/VvPqNkAUU7">https://discord.gg/VvPqNkAUU7</a> <<<<<)</li>
<li>It's only existed for a month and it's already perfect</li>
<li>Everyone is preparing to rewrite everything in modu</li>
<li>Modu is almost as good as php</li>
<li>It's not Go</li>
<li>It's not Java</li>
<li>It's not javascript</li>
<li>It's almost as good as php (I've said this twice now)</li>
<li>It's not malware</li>
<li>You can make malware in it</li>
<li>I have power in the community discord server</li>
<li>I abuse my power and give permissions to ping @everyone to everyone from time to time</li>
<li>I can't think of any more reasons and there are still 65 I need to fill in please help.</li>
<li>Modu is the best programming language</li>
<li>Wireless charging: Modu eliminates the need for cables and simplifies charging with it's innovative wireless charging technology.</li>
<li>Apparently you can nuke France with it (but don't tell anyone I told you that)</li>
<li>The OS library makes it even easier to remove the French language pack from your Linux system</li>
<li>You can learn Modu easily with <a href="https://learnmodu.org">https://learnmodu.org</a></li>
<li>If something basic breaks in Modu and it's not your fault you get to watch Cyteon suffer as he spends days trying to fix it (nesting)</li>
<li>Modu's second package ever was made by me and it is awesome.</li>
<li>The peak-functions Modu package makes it even easier to find Fred!</li>
</ol>
</div>
</div>
</body>
</html>