Under the 'Speel de game' (Play the game) I want to have a container in which the game can be played. I have the WebGL files and I have a Filezilla server but I don't know how to combine the two. From unity i got a index.html file and I have my index.html of the website.
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="logowebbie.png" type="image/gif" sizes="30x30">
<title>Gimma: The game!</title>
</head>
<body>
<header class="main-header">
<div class="row">
<div class="main-logo">
<img src="">
</div>
<div onclick="" class="burger-menu">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="row">
<nav class="main-navi">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="page2.html">Speel de game!</a></li>
</ul>
</nav>
</div>
</header>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire