17 lines
487 B
HTML
17 lines
487 B
HTML
<!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> |