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