-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlearningunit-template.html
23 lines (20 loc) · 1.08 KB
/
learningunit-template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Research Data MANTRA - Learning Unit Template</title>
<link href="style/format.css" rel="stylesheet" type="text/css" />
<link href="style/styling.css" rel="stylesheet" type="text/css" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> </script>
<script type="text/javascript" src="includes/javascript.js"> </script>-->
</head>
<body class="background">
<div class="links"><ul id="nav">
<li id="nav-home"><a href="/mantra/">Home</a></li>
<li id="nav-about"><a href="about.html">About</a></li>
<li id="nav-acknowledgements"><a href="acknowledgements.html">Acknowledgements</a></li>
</ul></div>
<div class="white"><!--embed the learning unit here-->add the learning unit here!</div>
</body>
</html>