Skip to content

Commit

Permalink
Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
harveynw committed Nov 9, 2023
1 parent 3e110c8 commit 142443f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
5 changes: 3 additions & 2 deletions tinyrender/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>tinyrender</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="A lightweiht C++ graphics engine targeting WebGPU">
</head>
<body>
<h1>tinyrender</h1>
Expand All @@ -23,7 +24,7 @@ <h3>Home</h3>

Tinyrender targets WebGPU and supports Desktop (MacOS/Windows/Linux) as well as the browser through WASM. <!--(<a href="">try it »</a>)-->

<img src="img/screenshot.png" style="width: 100%;"/>
<img src="img/screenshot.png" alt="Screenshot of running tinyrender on desktop natively" style="width: 100%;"/>
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions tinyrender/install.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>tinyrender</title>
<title>tinyrender - install</title>
<link rel="stylesheet" href="style.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
Expand Down
31 changes: 31 additions & 0 deletions tinyrender/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">


<url>
<loc>https://harveynw.github.io/tinyrender/</loc>
<lastmod>2023-11-08T19:09:54+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://harveynw.github.io/tinyrender/usage.html</loc>
<lastmod>2023-11-08T19:09:54+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://harveynw.github.io/tinyrender/install.html</loc>
<lastmod>2023-11-08T19:09:54+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://harveynw.github.io/tinyrender/index.html</loc>
<lastmod>2023-11-08T19:09:54+00:00</lastmod>
<priority>0.64</priority>
</url>


</urlset>
4 changes: 2 additions & 2 deletions tinyrender/usage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>tinyrender</title>
<title>tinyrender - usage</title>
<link rel="stylesheet" href="style.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
Expand Down

0 comments on commit 142443f

Please sign in to comment.