Files
Gummi-Engine/index.html
T

19 lines
397 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.point {
position: absolute;
width: 30px;
height: 30px;
background-color: #000;
}
</style>
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>