first commit from 2012
This commit is contained in:
24
helpjob/helpjob.html
Normal file
24
helpjob/helpjob.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html> <!-- The new doctype -->
|
||||
<html>
|
||||
<head> <!-- No title and meta tags are necessary for the extension -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <!-- Including jQuery -->
|
||||
<script src="script.js"></script> <!-- Our script file -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Your latest alerts</h1>Thanks to Tutorialzine.com
|
||||
<div id="formulaire">
|
||||
<input type="text" id="login"/>
|
||||
<input type="password" id="password"/>
|
||||
<span id="loginBtn">Log in</span>
|
||||
</div>
|
||||
<div id="content">
|
||||
<!-- The latest tutorials are going to be inserted here -->
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user