Browse Source

add template memo

master
Duke Leto 2 years ago
parent
commit
530a072f79
  1. 69
      memos/template.html

69
memos/template.html

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<title>Duke Leto Memos - Title</title>
<style>
body {
width: 42em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
background-color: black;
color: white;
a {
color: #63c0f5;
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
}
}
</style>
</head>
<body>
<h1>Title</h1>
<p>
</p>
<center>
<a href="" target=_blank>
<img width=80% src="">
</a>
</center>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<center>
<a href="" target=_blank>
<img width=80% src="">
</a>
</center>
<p>
</p>
<hr width=75%>
<p>
<br>
<b>-- Duke Leto</b>
</p>
<p>
<a href="https://duke.hush.is/?back">Back</a>
</p>
</body>
</html>
Loading…
Cancel
Save