Skip to content

Commit 1831ea7

Browse files
author
Robert Leitl
committed
init
1 parent 7c0765e commit 1831ea7

14 files changed

+1305
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ out
8989

9090
# Nuxt.js build / generate output
9191
.nuxt
92-
dist
9392

9493
# Gatsby files
9594
.cache/
@@ -128,3 +127,5 @@ dist
128127
.yarn/build-state.yml
129128
.yarn/install-state.gz
130129
.pnp.*
130+
131+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# rocco
1+
# Rocco

dist/index-0c6fae6c.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-9d778ca2.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-9d778ca2.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Rocco</title>
7+
8+
9+
<script type="module" crossorigin src="/rocco/dist/index-9d778ca2.js"></script>
10+
<link rel="stylesheet" href="/rocco/dist/index-0c6fae6c.css">
11+
</head>
12+
<body>
13+
<canvas></canvas>
14+
<a class="github-link" href="https://github.com/robert-leitl/rocco" target="_blank" title="Link to Github Repository" aria-label="Link to the rocco github repository">github</a>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)