1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00

Start reindenting the file (templates will be reindented as I go)

This commit is contained in:
Cameron Eagans 2020-03-02 19:35:17 -07:00
parent be5a338867
commit 581bf8b759

View File

@ -1,6 +1,6 @@
<!doctype html>
<html>
<head>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -17,8 +17,9 @@
<link href="css/app.css" rel="stylesheet">
<link href="custom/style.css" rel="stylesheet">
<script src="js/app.js" defer></script>
</head>
<body>
</head>
<body>
<template id="home"><div>
<ol class="breadcrumb"><li class="active">Home</li></ol>
<div class="container-fluid"><div class="row">
@ -251,5 +252,5 @@
</div>
<div v-show="!connected" id="popup-connecting"><span class="status spin">&#xfe0e;</span>&nbsp;Connecting...</div>
</div>
</body>
</body>
</html>