shoplist2/templates/header.html
Benjamyn Love 22d030edd6 Implemented users
Changed DB type to MySQL
Cried
2020-01-29 20:46:54 +11:00

10 lines
522 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Shopping List</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" content="text/css" href="/static/css/main.css"/>
</head>