fbe4bce11d
init
33 lines
No EOL
658 B
HTML
33 lines
No EOL
658 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset = "utf-8" />
|
|
|
|
<title>
|
|
when da
|
|
</title>
|
|
|
|
<!-- add icon link -->
|
|
<link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon">
|
|
|
|
|
|
<style>
|
|
body {background-image: url('/assets/progmode.gif');
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<font color="black">
|
|
<center>
|
|
<p>when da</p>
|
|
</br>
|
|
<p>when da progesterone hits</p>
|
|
</center>
|
|
</font>
|
|
</body>
|
|
</html> |