mirror of
https://github.com/git-touch/git-touch
synced 2024-12-15 17:59:35 +01:00
11 lines
181 B
HTML
11 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>GitTouch</title>
|
|
</head>
|
|
<body>
|
|
<script src="main.dart.js" type="application/javascript"></script>
|
|
</body>
|
|
</html>
|