mirror of https://github.com/perkeep/perkeep.git
13 lines
186 B
HTML
13 lines
186 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script src="closure/goog/base.js"></script>
|
||
|
<script src="home.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script>
|
||
|
home.hello();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|