This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.97 KB
/
index.html
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
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="pt-br">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MCTQ Form Index</title>
<meta name="description" content="Files from the old GIPSO Munich ChronoType Questionnaire (MCTQ) form hosted at http:://each.usp.br/gipso/mctq. Version 0.5.0." />
<meta name="keywords" content="mctq">
<meta name="copyright" content="Interdisciplinary Sleep Research Group (GIPSO)">
<meta name="reply-to" content="gipso@usp.br">
<link rel="stylesheet" href="css/w3.css">
<!-- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
</head>
<body style="background-color:#E7E7EB;">
<div class="w3-content w3-container" style="padding-top:20px; padding-bottom:20px;" id="container">
<section id="section1">
<div>
<h2>Page index</h2>
<p>Version: 0.5.0.
<ul class="w3-ul w3-hoverable">
<a href="index_.html" style="text-decoration:none;"><li class="w3-hover-yellow">Index</li></a>
<a href="em.html" style="text-decoration:none;"><li class="w3-hover-yellow">Extremamente matutino</li></a>
<a href="mm.html" style="text-decoration:none;"><li class="w3-hover-yellow">Moderadamente matutino</li></a>
<a href="lm.html" style="text-decoration:none;"><li class="w3-hover-yellow">Levemente matutino</li></a>
<a href="int.html" style="text-decoration:none;"><li class="w3-hover-yellow">Intermediário</li></a>
<a href="lv.html" style="text-decoration:none;"><li class="w3-hover-yellow">Levemente vespertino</li></a>
<a href="mv.html" style="text-decoration:none;"><li class="w3-hover-yellow">Moderadamente vespertino</li></a>
<a href="ev.html" style="text-decoration:none;"><li class="w3-hover-yellow">Extremamente vespertino</li></a>
<a href="invalid.html" style="text-decoration:none;"><li class="w3-hover-yellow">Inválido</li></a>
</div>
</section>
</div>
</body>
</html>