Skip to content

Instantly share code, notes, and snippets.

@CayoSouza
CayoSouza / index.html
Last active April 6, 2020 01:59
Vue Todo List Tutorial: Base HTML Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="CayoSouza">
<title>Vue.js Todo List Tutorial</title>
<link rel="stylesheet" href="style.css">