erratic-gate/src/index.html

15 lines
326 B
HTML
Raw Normal View History

2019-03-06 09:25:58 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Game</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
2019-03-06 09:25:58 +01:00
<link rel='stylesheet' href='style.css'>
</head>
2019-06-04 08:59:53 +02:00
<body ondragstart="return false;" ondrop="return false;" oncontextmenu="return false">
loading
2019-03-06 09:25:58 +01:00
</body>
</html>