-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.php
15 lines (10 loc) · 935 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
require_once("functions.php");
style_top("Welcome to the HLX Pawn Web Compiler");
?>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>The source code is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License and the source code can be found <a href="https://github.com/yamikaitou/HLX-Pawn-Web-Compiler">here</a>.</p>
<p>Please report any bugs or issues you encounter on the GitHub page linked above. This helps track them and allow us to fix them quickly.</p>
<?php
style_bot();
?>