summaryrefslogtreecommitdiff
path: root/static/startpage.html
blob: 85f3350ba787bbe8e69f3e5d56c45a3f7559824b (plain)
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
88
89
90
91
92
93
94
95
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>dump.fm</title>
<link rel="stylesheet" type="text/css" href="main.css">
    <script type="text/javascript" src="static/sha1.js"></script>
    <script type="text/javascript" src="static/pichat.js"></script>
<style type="text/css">
<!--
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
img{border: 0px;}
-->
</style>
</head>
<body>

<div id="apDiv2">
  <div align="center"><img src="dfm.png" width="384" height="136" />
  </div>
  <div id="about">
    <p>dump.fm lets you talk with pictures.<br />
      <br />
      share images from anywhere on the web or ones stored on your computer, in real time.<br />
      <br />
    </p>
<p align="center"><a href="getstarted.html"><img src="getstarted.gif" width="262" height="94" /></a></p>
    <div align="right"></div>
  </div>
  <div id="signinbg"></div>
  <div id="signin">
    <div align="right">
      <p align="center">&nbsp;</p>
      <div id="input">
        <form id="form1" name="form1" method="post" action="" >
          <label>username
            <input type="text" name="textfield" id="textfield" class="form"/>
            <br />
          </label>
        </form>
        <form id="form1" name="form1" method="post" action="">
          <label>password
            <input type="text" name="textfield" id="textfield"class="form" />
          </label>
          <br />
          <label> <span class="re">remember me </span>
            <input type="checkbox" name="remember" id="remember" />
          </label>
        </form>
        <form id="form2" name="form2" method="post" action="">
          <label>
            <input type="submit" name="Signin" id="Signin" value="Sign In" />
          </label>
        </form>
      </div>
    </div>
</div></div>
  <div class="info" id="info"> 
    <div align="center" class="info">* © 2009 dump.fm
      * About Us
      * Contact
      * Blog
      * Goodies
      
      * Help
      *  Terms
      * Privacy</div>
  </div>


</div>

<div id="bottom">
  <div align="center"></div>
</div>

<div id="plane"></div>
<br />
</body>
</html>