forked from OpenTOPAS/OpenTOPAS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation.html
37 lines (24 loc) · 1.11 KB
/
installation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenTOPAS - Installation</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
</head>
<script src="navigation.js"></script>
<header>
<h3>OpenTOPAS - Installation</h3>
</header>
<body>
<div class="maintext">
<h2>MacOS systems:</h2>
<a href="https://github.com/OpenTOPAS/OpenTOPAS/blob/master/OpenTOPAS_quickStart_MacOS.md" target="_blank" class="button">Installation instructions</a>
<h2>Debian (Ubuntu) systems:</h2>
<a href="https://github.com/OpenTOPAS/OpenTOPAS/blob/master/OpenTOPAS_quickStart_Debian.md" target="_blank" class="button">Installation instructions</a>
<h2>Windows Subsystem for Linux (WSL) systems:</h2>
<a href="https://github.com/OpenTOPAS/OpenTOPAS/blob/master/OpenTOPAS_quickStart_WSL.md" target="_blank" class="button">Installation instructions</a>
</div>
</body>
<script src="footer.js"></script>
</html>