Skip to content

Instantly share code, notes, and snippets.

@ruanbekker
Created December 11, 2020 22:18
Show Gist options
  • Save ruanbekker/b850b9ed29b75b184f7950cb9735fd03 to your computer and use it in GitHub Desktop.
Save ruanbekker/b850b9ed29b75b184f7950cb9735fd03 to your computer and use it in GitHub Desktop.
index.html sample page
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" crossorigin="anonymous"></script>
<title>Sample Page</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="bitProcessor"></div>
<div class="col-md-12" style="background-color: white; position: absolute; top: 40%;width: 80%;left: 10%;">
<center>
<h1>Hello, World!</h1>
<p>This is sample text.</p>
</center>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment