-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 740 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>PlateMapper</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>PlateMapper</h1>
<p style="color: #4a5568; margin: 6px 0 20px 0;">Create simple plate maps and export them as a csv.</p>
<div class="controls">
<a href="plate28.html"><button disabled>24 well plate</button></a>
<a href="plate48.html"><button disabled>48 well plate</button></a>
<a href="plate96.html"><button>96 well plate</button></a>
<a href="plate384.html"><button>384 well plate</button></a>
<a href="plate1536.html"><button>1536 well plate</button></a>
</div>
</body>
</html>