mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-02 10:15:23 +00:00
15 lines
354 B
HTML
15 lines
354 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Basic Setup</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="cordova.js"></script>
|
|
<link href="bundle.css" rel="stylesheet"></head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="main.js"></script></body>
|
|
|
|
</html> |