Skip to content

Commit 137ead4

Browse files
committed
Initial commit
0 parents  commit 137ead4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CNAME

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
serverspec-operations.com
2+

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<title>Serverspec Operations</title>
4+
<style type="text/css">
5+
pre
6+
{
7+
font-family:courier, "courier new", monospace;
8+
font-size:1em;
9+
color:#000;
10+
background-color:#fff;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<pre>
16+
____ ___ _ _
17+
/ ___| ___ _ ____ _____ _ __ ___ _ __ ___ ___ / _ \ _ __ ___ _ __ __ _| |_(_) ___ _ __ ___
18+
\___ \ / _ \ '__\ \ / / _ \ '__/ __| '_ \ / _ \/ __| | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \/ __|
19+
___) | __/ | \ V / __/ | \__ \ |_) | __/ (__ | |_| | |_) | __/ | | (_| | |_| | (_) | | | \__ \
20+
|____/ \___|_| \_/ \___|_| |___/ .__/ \___|\___| \___/| .__/ \___|_| \__,_|\__|_|\___/|_| |_|___/
21+
|_| |_|
22+
</pre>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)