UNPKG

threex

Version:

Game Extensions for three.js http://www.threejsgames.com/extensions/

54 lines (44 loc) 2.26 kB
<!DOCTYPE html> <html lang="en"> <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="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="http://getbootstrap.com/assets/ico/favicon.ico"> <title>Starter Template for Bootstrap</title> <!-- Bootstrap core CSS --> <!-- <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> --> <link href="http://bootswatch.com/slate/bootstrap.min.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy this line! --> <!--[if lt IE 9]><script src="http://getbootstrap.com/assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <style> a.btn { font-size: 80px; } div.container { margin-top: 4%; } </style> <div class="container"> <a href="http://jeromeetienne.github.io/threex/" class="btn btn-info btn-lg btn-block" role="button">THREEx</a> <a href="http://www.threejsgames.com/" class="btn active btn-info btn-lg btn-block" role="button">Three.js Games</a> <a href="http://jeromeetienne.github.io/stellar7/" class="btn btn-info btn-lg btn-block" role="button">Stellar 7</a> <a href="http://jeromeetienne.github.io/pongGL/" class="btn btn-info btn-lg btn-block" role="button">Pong GL</a> <a href="http://jeromeetienne.github.io/marbletable2" class="btn btn-info btn-lg btn-block" role="button">Marble Table 2</a> </div><!-- /.container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="http://getbootstrap.com/dist/js/bootstrap.min.js"></script> </body> </html>