26 lines
949 B
HTML
26 lines
949 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Overlay Scene</title>
|
|
<!-- CSS -->
|
|
<link href="./style/css/audioVisual.css" rel="stylesheet" type="text/css">
|
|
<link href="./style/css/keyframes.css" rel="stylesheet" type="text/css">
|
|
<link href="style/css/fonts.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="branding_animation">
|
|
<div id="sketch-holder"></div>
|
|
<div class="logo"></div>
|
|
<div class="branding">WompMacho</div>
|
|
</div>
|
|
</body>
|
|
|
|
<footer>
|
|
<!-- JS -->
|
|
<script type="text/javascript" src="./style/lib/p5/p5.js"></script>
|
|
<script type="text/javascript" src="./style/lib/p5/addons/p5.dom.js"></script>
|
|
<script type="text/javascript" src="./style/lib/p5/addons/p5.sound.js"></script>
|
|
<script type="text/javascript" src="./style/js/audioVisualizerLogo.js"></script>
|
|
</footer>
|
|
</html> |