17 lines
530 B
HTML
17 lines
530 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="google" value="notranslate">
|
|
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>Blockly Games : Pond</title>
|
|
<link rel="stylesheet" href="common/common.css">
|
|
<link rel="stylesheet" href="pond/style.css">
|
|
<link rel="stylesheet" href="pond/duck/style.css">
|
|
<script src="third-party/ace/ace.js"></script>
|
|
<script src="common/boot.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|