-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (26 loc) · 958 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
28
29
30
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Monkeypox-protein</title>
<script type="text/javascript" src="index.js"></script>
</head>
<div id="header"></div>
<!-- Contenu principal -->
<body class="index">
<div class="text-index">
<button onclick="window.location.href = './prediction.html'" class="button-acceuil-transparent">
Vous pouvez prédire des conformations 3D en cliquant ici ! <br><br> <h1 class="bleu">Phyre2</h1>
</button>
</div>
<div class="text-index2">
<button onclick="window.location.href = './visualisation.html'" class="button-acceuil-transparent">
Ou bien ici vous pouvez visualiser des protéines en 3D <br><br> <h1 class="bleu">3Dmol</h1>
</button>
</div>
<iframe
src="https://my.spline.design/weirdbubblecopy-d16cce2ed6a58b1989446a4a810e344e/"
id="joli"
></iframe>
</body>
<link rel="stylesheet" href="stylesheet.css" />
</html>