blob: 3de840a89fd22554c6ec25c1dda23c622547673c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Match Up!</title>
<meta name="keywords" content="Badminton, Matchmaking, Open">
<meta name="author" content="Karan Jayachandra">
<meta name="description" content="Matchup is a free utility that helps you create matches for Badminton from a pool a players. The tool is completely open source and private as all data is store locally on your machine.">
<meta http-equiv="Cache-control" content="public">
</head>
<body>
<div id="app"></div>
<script src="src/main.js" type="module"></script>
</body>
</html>
|