basic index page and form
This commit is contained in:
parent
238b7b3579
commit
1a3b0687b8
24
public/index.html
Normal file
24
public/index.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!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" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>Jasmine BDD</title>
|
||||
<script type="text/javascript" src="javascripts/prototype.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form action="#" method="get">
|
||||
<input type="text" name="query" id="query" />
|
||||
<input type="submit" value="Search Twitter" />
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
document.observe('dom:loaded', function(){
|
||||
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user