Skip to content

Commit 4912f0b

Browse files
First commit
0 parents  commit 4912f0b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# gophercloud.github.io

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Gophercloud</title>
6+
</head>
7+
<body>
8+
<h1>Gophercloud</h1>
9+
<ul>
10+
<li>Documentation: <a href="https://pkg.go.dev/github.com/gophercloud/gophercloud">on go.dev</a></li>
11+
<li>Code repository: <a href="https://github.com/gophercloud/gophercloud">on github.com</a></li>
12+
</ul>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)