Sha256: a3ebdf5086dd88d9bf53a7d746894a88fc5392f1901073829ff0c17d19bca84f
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>WOYO - World Of Your Own</title> <link rel="stylesheet" href="foundation/css/foundation.css" /> <script src="foundation/js/vendor/modernizr.js"></script> </head> <body> <div class="row"> <div class="large-12 columns"> <h1>WOYO - World Of Your Own</h1> </div> </div> <div class="row"> <div class="large-12 columns"> <div class="panel"> <h3>Welcome to your Woyo::Server</h3> <p>This is the default page on a Woyo::Server. You are seeing this page because the Woyo::World has not been created yet.</p> <p>To create the World, create and edit .rb files in the world/ directory.</p> </div> <div class="panel"> <h3>Links</h3> <ul> <li><a href='https://github.com/iqeo/woyo-world/wiki'>Woyo-World documentation</a></li> <li><a href='https://github.com/iqeo/woyo-server/wiki'>Woyo-Server documentation</a></li> </ul> </div> </div> </div> <script src="foundation/js/vendor/jquery.js"></script> <script src="foundation/js/foundation.min.js"></script> <script> $(document).foundation(); </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
woyo-server-0.0.5 | public/server/default.html |
woyo-server-0.0.4 | public/server/default.html |
woyo-server-0.0.2 | public/server/default.html |