Skip to content

Commit

Permalink
added attend form
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Mar 1, 2011
1 parent cb983b6 commit d8c07a3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions attend/index.html
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>

<head>
<title>Euruko 2011 - Do you want to come?</title>
<style>
body {
margin: 0px;
padding: 0px;
background: url(../images/background.jpg);
}
header {
background: url(../images/logo.jpg) no-repeat;
padding-top: 420px;
}

</style>
</head>
<body>
<header>

</header>
<div id="main">
<form action="http://euruko2011.createsend.com/t/r/s/xtkktt/" method="post" id="subForm">
<div>
<label for="name">Name:</label><br /><input type="text" name="cm-name" id="name" /><br />
<label for="xtkktt-xtkktt">Email:</label><br /><input type="text" name="cm-xtkktt-xtkktt" id="xtkktt-xtkktt" /><br />

<input type="submit" value="Subscribe" />
</div>
</form>
</div>
</body>
</html>

0 comments on commit d8c07a3

Please sign in to comment.