forked from waidakyaw/Web-Obfuscate-Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
42 lines (33 loc) · 831 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Luna Web Obfuscate 101 Lab</title>
<link rel="stylesheet" type="text/css" href="bulma.css">
</head>
<body>
<div class="container">
<div class="columns">
<div class="column is-one-quarter">
<?php include("menu.php"); ?>
</div>
<div class="column auto">
<h1 class="title">Luna</h1>
<h1 class="subtitle">Web Obfuscation 101 Lab</h1><hr>
<div class="box">
<h1 class="subtitle">Email</h1>
</p><br>
<h1 class="subtitle">Facebook</h1>
<p>https://www.facebook.com/thin.bashane
</p><br>
<h1 class="subtitle">Twitter</h1>
<p>
https://twitter.com/art0flunam00n
</p>
</div>
<p>Copyright © 2017 @art0flunam00n</p>
</div>
</div>
</div>
</body>
</html>