Switch to CSS

This commit is contained in:
Anthony Wang 2021-06-30 22:47:02 -05:00
parent ae9a031d96
commit 5d6e3060dd
Signed by: a
GPG key ID: BC96B00AEC5F2D76
4 changed files with 20 additions and 7 deletions

View file

@ -2,9 +2,10 @@
<html>
<head>
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<div>
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>

View file

@ -2,9 +2,10 @@
<html>
<head>
<title>exozyme</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<div>
<br>
<img src="logo.png" alt="exozyme" height="324" width="324">
<br>

View file

@ -2,21 +2,20 @@
<html>
<head>
<title>Services</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<div>
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<br>
<h2>Services</h2>
<br>
<br>
Public
<br>
<div style="text-align:left;margin:auto;width:324px;">
<div>
- <a href="https://exozy.me">nginx</a>
<br>
- <a href="https://exozy.me/blog">Blog</a>
@ -52,7 +51,7 @@
<br>
Private
<br>
<div style="text-align:left;margin:auto;width:324px;">
<div>
- <a href="http://192.168.1.13:5901">VNC</a>
<br>
- <a href="http://192.168.1.13:3001">Grafana</a>

12
style.css Normal file
View file

@ -0,0 +1,12 @@
div {
text-align:center;
font-family:monospace;
font-size:16px;
}
p {
text-align:left;
margin:auto;
width:720px;
line-height: 24px;
}