Skip to content

Commit

Permalink
initial project page commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AweSkyBear committed Sep 30, 2023
0 parents commit c4b4e4c
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
/dist
package-lock.json
60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<style>
body {
width: 450px;
margin: 1rem auto;
}
li {
margin: 0.5rem;
}

a {
color: blue;
}

.ta-c {
text-align: center;
}
.w-100 {
width: 100%;
display: block;
}
.w-50 {
width: 50%;
display: block;
margin: 0 auto;
}
</style>

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Obs Disp Project Page - find all useful links here">

<title>Obs Disp Project Page</title>

<body>
<h1 class="ta-c">Obs Disp Project Page</h1>
<em class="ta-c w-100">Let's keep it simple for now ;)</em>

<hr/>

<h2></h2>
<ul class="w-50">
<li>
<a href="https://www.npmjs.com/package/obs-disp" target='_blank'>obs-disp on NPM</a>
</li>
<li>
<a href="https://github.com/AweSkyBear/obs-disp" target='_blank'>obs-disp Github repo</a>
</li>
<li>
<a href="https://github.com/AweSkyBear/obs-disp/tree/main/repo-docs" target='_blank'>obs-disp Github repo - docs</a>
</li>
<li>
<a href="https://aweskybear.github.io/obs-disp-examples/" target='_blank'>Live Examples page</a>
</li>
<li>
<a href="https://github.com/AweSkyBear/obs-disp-examples" target='_blank'>Live Examples repo</a>
</li>
<li>
<a href="https://github.com/AweSkyBear/obs-disp-starter-basic" target='_blank'>obs-disp-starter-basic on NPM</a>
</li>
</ul>
</body>

0 comments on commit c4b4e4c

Please sign in to comment.