daily_automated
This commit is contained in:
17
trunk/workspace/Test_Javascript/index.html
Normal file
17
trunk/workspace/Test_Javascript/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<script type="text/javascript" src="js/main.js"></script>
|
||||
</head>
|
||||
<body >
|
||||
<div id="hello">
|
||||
<h2>Hello World</h2>
|
||||
</div>
|
||||
<div id="hello_again">
|
||||
<h2>Another hello!</h2>
|
||||
</div>
|
||||
<h3 onclick="toggle()">Press to toggle</h3>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user