increments
Version:
Create polls and manage votes with a MongoDB or MySQL database.
14 lines • 395 B
HTML
<!-- $ node index.js -->
<html>
<head>
<meta charset="utf-8">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<app-root></app-root>
</body>
</html>