Create codesnippets.html

This commit is contained in:
Arona Jones
2014-08-04 19:58:07 +01:00
parent 1595fb199c
commit 05e15a8efb

26
codesnippets.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>My first web page</title>
<!-- This is a comment, by the way -->
</head>
<body>
<h1>List of useful Code Snippets for Forge Modding</h1>
<ol>
<li>Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);</li>
<li>To my friends</li>
<li>To my cat</li>
<li>To the little talking duck in my brain</li>
</ol>
</body>
</html>