forked from marler8997/tsbtools
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme updated for Godot 3 small screen sizes
Add index.html to docs folder
- Loading branch information
Showing
3 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
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
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,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Links</title> | ||
<style> | ||
body { | ||
background-color: #121212; | ||
color: #FFFFFF; | ||
font-family: Arial, sans-serif; | ||
} | ||
a { | ||
color: #1E90FF; | ||
text-decoration: none; | ||
font-size: 18px; | ||
} | ||
a:hover { | ||
text-decoration: underline; | ||
} | ||
.result { | ||
display: inline-block; | ||
background-color: #2E2E2E; | ||
padding: 10px; | ||
border-radius: 5px; | ||
margin-bottom: 20px; | ||
max-width: 100%; | ||
} | ||
.summary { | ||
color: #CCCCCC; | ||
font-size: 14px; | ||
} | ||
</style> | ||
</head> | ||
<h2>Accessible Web Pages</h2> | ||
<body> | ||
<div class="result"> | ||
<a href="https://bad-al.github.io/tsbtools/docs/TSBTool_Godot_3/TSBTool_Godot_3.html">TSBTool Godot 3, HTML5 GDScript, C#</a> | ||
<div class="summary">Godot 3 application with GDScript, JavaScript, C# HTML5 integration.</div> | ||
</div> | ||
<br> | ||
<div class="result"> | ||
<a href="https://bad-al.github.io/tsbtools/docs/TSBTool_Javascript_conversion/TSBTool.html">TSBTool Bridge JavaScript</a> | ||
<div class="summary">Simple 'Bridge.NET' (C# to JavaScript converter) integration of TSBTool <br>functionality.</div> | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.