erratic-gate/src/index.html

15 lines
301 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>
<body ondragstart="return false;" ondrop="return false;">
2019-05-22 21:43:04 +02:00
hello world
2019-03-06 09:25:58 +01:00
</body>
</html>