This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/src/index.html

29 lines
1,006 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2017-09-14 16:01:44 +00:00
<meta name="description" content="LocalLoop - Tracking Local Spending">
<meta name="author" content="Pear Trading Ltd & Shadowcat Systems Ltd">
<meta name="keyword" content="LocalLoop,Local Spending,Local,Money,Loop,Traders,Pear Trading,Pear Points">
<link rel="shortcut icon" href="assets/img/favicon.png">
2017-09-14 16:01:44 +00:00
<title>LocalLoop - Tracking Local Spending</title>
<!-- Icons -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/simple-line-icons.css" rel="stylesheet">
2017-08-25 13:00:29 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body class="app header-fixed sidebar-fixed">
<!-- Enable bootstrap 4 theme -->
<script>window.__theme = 'bs4';</script>
<app-root><i>Loading...</i></app-root>
</body>
</html>