-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (34 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="stanfortonskigithubio">stanislawfortonski.github.io</h1>
<h2 id="web-samples-by-stanisław-fortoński">
Web samples
</h2>
<p>List of examples:</p>
<ol>
<li>
<a href="https://stanislawfortonski.github.io/examples/webgl-room/">WebGL room - 3D graphics in web browser</a>
</li>
<li>
<a href="https://stanislawfortonski.github.io/examples/react-posts-searcher/">React Searcher - post finding using React</a>
</li>
</ol>
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
by Stanisław Fortoński
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>
anchors.add();
</script>
</body>
</html>