master
Raw Download raw file
 1<html>
 2	<head>
 3		<title>SRS</title>
 4		<style>
 5			body {
 6			  font-family: Liberation Sans, Arial, sans-serif;
 7			  background-color: #fffaf7;
 8			  line-height: 1.5;
 9			}
10			main {
11			  max-width: 70ch;
12			  padding: 2ch; margin: auto;
13			}
14			header {
15			  margin-bottom: 1.5rem;
16			}
17			h1 {
18			  margin-bottom: .5rem;
19			}
20			aside {
21			  color: #888;
22			  line-height: 1.2;
23			}
24			pre {
25			  white-space: pre-wrap;
26			}
27			hr {
28			  border: 2px solid #ddd;
29			  margin: 2rem auto;
30			}
31			#fn {
32			  font-size: 85%;
33			}
34			footer {
35			  margin-top: 2rem;
36			  text-align: center;
37			}
38			a {
39			  color: #ff1a1a;
40			  text-decoration: none;
41			  outline: 0;
42			}
43			a:hover {
44			  text-decoration: underline;
45			}
46			::selection {
47			  background-color: #fff888;
48			}
49		</style>
50	</head>
51	<body>
52		<main>
53			<article>
54				<header>
55					<h1><code><a href="https://github.com/bryfry/srs">srs.py</a></code></h1>
56					<aside>Amnesia Applications and Associates Inc.</aside>
57				</header>
58				<p>
59					<blockquote>
60					Steve was a dev, at this he was blessed-<br/>
61					but microservices just weren't his best.<br/>
62					He thought, "I will use this new model!"<br/>
63					"With 'micro' time will be throttled!"<br/>
64					...Now his services take just one request.<br/>
65					</blockquote>
66				</p>
67				<section>
68					<h3>TODO</h3>
69					<ul>
70						<li><strong>Implement service discovery</strong></li>
71					</ul>
72				</section>
73			</article>
74		</main>
75		<footer><a href="https://srs.trustme.click">amnesia applicaitons and associates</a> -- <a href="mailto:srs@trustme.click">srs@trustme.click</a></footer>
76	</body>
77</html>