This repository was archived by the owner on Sep 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
55 lines (51 loc) · 2.97 KB
/
index.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
<?php include("includes/header.php"); ?>
<div id="left-navigation" align="left" style=""> <!-- in charge of left section -->
<div id="left-navigation-inner" align="left" style="padding:10px;">
<div id="login-form" style="width: 170px;"> <!--take care of the form-->
<div id="login-form-inner" style="width: 170px">
<form action="status.php" method="post" >
<p align="center" class="logging"><b> Login Here !</b></p>
<label for="login" style="font-family:Georgia;font-size:14px;color:black;"> account: <input type="text" name="account" placeholder="enter account name" /> </label><br>
<label for="password" style="font-family:Georgia;font-size:14px;color:black;"> password: <input type="password" name="pwd" placeholder="enter password" /> </label>
<p><input type="submit" value="login"/> </p>
<p><a href="form.php"><u> Create Account </u><a/></p>
</form>
</div><div class="cleared"></div>
</div>
<div id="nav-down" align="left"> <!-- div below form -->
<div id="nav-down-inner" >
<p> <!--href="#" class="follow"-->
Follow Us:<br/><br/>
<a href="https://www.facebook.com/HotLink" target="_blank" class="btn-auth btn-facebook large">facebook</a><br/><br/>
<a href="https://www.twitter.com/HotLink" target="_blank" class="btn-auth btn-twitter large">twitter</a> <br/><br/>
<a href="https://www.youtube.com/HotLink" target="_blank" class="bnt-auth btn-youtube large">YouTube</a>
</p>
</div><div class="cleared"></div>
</div>
</div>
</div>
<div id="artcle" align="right" style="width: 690px; margin-left: 210px; margin-top: 0; border: 1px solid transperent;"> <!-- in charge of right section -->
<div id="article-content-block" align="right">
<div id="article-content-block-inner" align="right"> <!--revoire le width-->
<div id="article-content-row-1" align="right" style="">
<!--<div id="article-block-1" style="width: 400px; "> <!-- shutterstock_9220px543doit contenir des images circulantes
<img width="700" height="333" src="slide3.jpg" alt="" />
</div>-->
</div>
<div id="aricle-block-1">
<div id="article-block-inner" align="center" style=" padding-top: 20px; margin-top: 5px;"> <!-- doit travailler ca-->
<h3> Welcome !!! </h3>
<br />
<p> <img src="images/aboutus.jpg" alt="HotLink workshop"> </p>
<br/ >
<blockquote><p>
Thanks for chosing HotLink-Wireless !<br />
<br/>HotLink Hotspot is a reliable high speed internet zone,
with flexible billing options to meet all types of internet users. Our vision is to get
internet to your doorsteps; such that you browse from home. Our coverage is extensive,
and we target both light-users like individuals; and also heavy users like cyber cafes,
banks, business, etc. You can also pick up a ticket from any of our approved sales points.
</p></blockquote>
</div>
</div> <div class="cleared"></div>
<?php include("includes/footer.php"); ?>