Skip to content

Commit de8dd88

Browse files
author
GitHub Actions
committed
Deploy micouy/micouy.github.io to micouy/micouy.github.io:gh-pages
0 parents  commit de8dd88

File tree

8 files changed

+1223
-0
lines changed

8 files changed

+1223
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

drag-and-drop-in-vr-with-lovr/index.html

Lines changed: 582 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="stylesheet" href="/mvp.css" />
6+
<link rel="stylesheet" href="/style.css" />
7+
<title>micouy's blog</title>
8+
</head>
9+
10+
<body>
11+
<main>
12+
<h1 class="title">
13+
micouy&#x27;s blog
14+
</h1>
15+
16+
<a href="https://github.com/micouy">my github</a>
17+
18+
<ul>
19+
<!-- If you are using pagination, section.pages will be empty.
20+
You need to use the paginator object -->
21+
22+
<li><a href="https://micouy.github.io/drag-and-drop-in-vr-with-lovr/">Drag &amp; drop in VR with LÖVR</a></li>
23+
24+
</ul>
25+
</main>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)