style: reformat index.html and small readme fix
This commit is contained in:
@@ -29,7 +29,7 @@ git remote add origin {PROJECT REMOTE}
|
||||
> Every task is indicated with a TODO
|
||||
|
||||
1. [ ] Rename app in [README.md](./README.md), [index.html](./index.html), [App.vue](./src/App.vue) and [package.json](./package.json)
|
||||
2. [ ] Change app hue and saturation in [style.css](./style.css)
|
||||
2. [ ] Change app hue and saturation in [style.css](./public/style.css)
|
||||
3. [ ] Remove this part and all TODO
|
||||
|
||||
### Updating from template
|
||||
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- TODO: 1. rename app -->
|
||||
@@ -6,8 +6,8 @@
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/material-colors.css" />
|
||||
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<!-- card related -->
|
||||
<!--
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
Reference in New Issue
Block a user