git @ Cat's Eye Technologies HTML5-Gewgaws / master black-hole-poem / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Black Hole Poem</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
html, body, div {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
  </style>
</head>
<body>

<h1>Black Hole Poem</h1>

<div id="container"></div>

</body>
<script src="black-hole-poem.js"></script>
<script>
  launch('yoob/', 'container');
</script>