-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathref_index.html
More file actions
38 lines (29 loc) · 1.02 KB
/
ref_index.html
File metadata and controls
38 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>TSS Physics - Home</title>
<!-- META TAGS about the Website-->
<meta name="author" content="Henrique Miranda, Raoul Weber">
<meta name="copyright" content="2015 Theoretical Solid-State Physics Group of University of Luxembourg">
<meta http-equiv="content-language" content="en">
<meta name="title" content="Theoretical Solid-State Physics">
<meta name="description" content="Interactive website for the visualization of excitons.">
<meta name="keywords" content="University of Luxembourg, theoretical solid-state physics, excitons, optical">
<meta name="date" content="2014-07-25">
<!-- CSS Design-->
<link href="css/style.css" type="text/css" rel="stylesheet">
<!-- Meta tags symbols -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<header>
<ul class="navigation">
<li><a href="index.html">Home</a></font></li>
<li><a href="exciton.html">Phonons</a></font></li>
</ul>
</header>
<section>
PANDOC
</section>
</body>
</html>