-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_.html
27 lines (26 loc) · 837 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>My Reports</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script>
</head>
<body>
<div class="parallax"></div>
<div class="content">
<h1>Reports</h1>
<div class="content-section">
<!-- The section that should have the gray background -->
<ul>
<li>
<a href="motifs.html">🔶 EEG Microstate Analysis in Schizophrenia Study</a>
<div id="comment-section">
<iframe src="summary.html" height="110px" style="border:none;"></iframe>
</div>
</li>
</ul>
</div>
<!-- More content -->
</div>
</body>
</html>