Skip to content

Commit

Permalink
docs: add index.html placeholder for GitHub pages
Browse files Browse the repository at this point in the history
This file will be eventually be served by go.starlark.net and will
cause "go get" to download packages from GitHub.

Change-Id: I9a5085665f94a7521b71f75c9a2d9dc247bcf691
  • Loading branch information
adonovan committed Oct 22, 2018
1 parent 8160121 commit f8d1ad6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<!-- This file will be served by GitHub pages. -->
<head>
<!-- This is a placeholder for the upcoming Starlark renaming. -->
<meta name="go-import" content="go.starlark.net git https://github.com/google/skylark"></meta>
</head>
<body>
</body>
</html>

0 comments on commit f8d1ad6

Please sign in to comment.