Skip to content

Instantly share code, notes, and snippets.

@graphoarty
Created February 21, 2019 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graphoarty/facef854f0485a2150f55c632e7c74e8 to your computer and use it in GitHub Desktop.
Save graphoarty/facef854f0485a2150f55c632e7c74e8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>360 / VR Viewer</title>
<link rel="stylesheet" href="./css/materialize.min.css">
<script src="./js/jquery-2.2.4.min.js"></script>
<script src="./js/materialize.min.js"></script>
</head>
<body>
<a class="waves-effect waves-light btn">button</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment