-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 828 Bytes
/
index.html
File metadata and controls
41 lines (35 loc) · 828 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>- pyQms -</title>
<style type="text/css">
body {
background-color: #FFF;
font: 1em Helvetica, "Helvetica", Times, serif;
color: #070707;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#centre {
position:absolute;
height:300px;
width:470px;
margin:-150px 0px 0px -235px;
top: 50%;
left: 50%;
text-align: left;
padding: 10px;
}
h1 {
text-shadow: 0px 0px 1px #ccc;
}
</style>
</head>
<body>
<div id="centre">
<h1>pyQms</h1>
<h3>enabling universal and accurate quantification of mass spectrometry data</h3>
<p><i>Manuscript submitted - stay tuned</i></p>
</div>
</body>
</html>