-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·46 lines (45 loc) · 1.12 KB
/
index.php
File metadata and controls
executable file
·46 lines (45 loc) · 1.12 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
42
43
44
45
46
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Website ALOHA Telkom Sisfo Jakarta Utara</title>
<style type="text/css">
<!--
.style1 {
color: #36A8FF;
font-size: xx-large;
font-weight: bold;
font-family: Bukkake, "Dimitri Swank";
}
a:link {
font-weight: bold;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: underline;
}
.style3 {font-size: xx-large}
.style5 {color: #DE6693; font-size: xx-large; font-weight: bold; font-family: Bukkake, "Dimitri Swank"; }
.style6 {font-size: x-large}
a {
font-weight: bold;
}
-->
</style>
</head>
<script language="javascript">
alert("Selamat Datang di Website Reparasi Sisfo Jakarta Utara");
</script>
<body>
<div align="center">
<p class="style5"><img src="gambar/welcome-in.jpg" width="388" height="66" border="0"></p>
<p><img src="gambar/repair2.jpg" width="795" height="372"></p>
<p><a href="index2.php"><img src="gambar/in-site.jpg" alt="" width="194" height="41" border="0"></a></p>
</div>
</body>
</html>