Skip to content

Commit fe936c2

Browse files
committed
init
1 parent 5aeefdf commit fe936c2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hyper.rs

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>>
2+
<html>
3+
<head>
4+
<title>hyper.rs</title>
5+
</head>
6+
<body>
7+
<div id="main">
8+
<header>
9+
<h1>hyper.rs</h1>
10+
<p>HTTP server and client for Rust</p>
11+
</header>
12+
<section>
13+
<ul>
14+
<li><a href="https://hyperium.github.io/hyper">Documentation</a></li>
15+
<li><a href="https://github.com/hyperium/hyper">Repo</a></li>
16+
<li><a href="https://crates.io/crates/hyper">Crates.io</a></li>
17+
</ul>
18+
</section>
19+
</div>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)