-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy micouy/micouy.github.io to micouy/micouy.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Dec 2, 2024
0 parents
commit 8bb414e
Showing
8 changed files
with
1,241 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" href="/mvp.css" /> | ||
<link rel="stylesheet" href="/style.css" /> | ||
<title>micouy's blog</title> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<h1 class="title"> | ||
micouy's blog | ||
</h1> | ||
|
||
<a href="https://github.com/micouy">my github</a> | ||
|
||
<ul> | ||
<!-- If you are using pagination, section.pages will be empty. | ||
You need to use the paginator object --> | ||
|
||
<li><a href="https://micouy.github.io/drag-and-drop-in-vr-with-lovr/">Drag & drop in VR with LÖVR</a></li> | ||
|
||
</ul> | ||
</main> | ||
</body> | ||
</html> |
Oops, something went wrong.