Skip to content

Instantly share code, notes, and snippets.

@eadortsu
Created November 6, 2019 11:18
Show Gist options
  • Save eadortsu/49ef48b5cd12e7d0a7feb56b471cc046 to your computer and use it in GitHub Desktop.
Save eadortsu/49ef48b5cd12e7d0a7feb56b471cc046 to your computer and use it in GitHub Desktop.
client/main.html
<!--client/main.html-->
<head>
<title>The Todo App</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
<div id="app"></div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment