npm and error messages

This commit is contained in:
2018-10-27 03:51:47 -05:00
parent 692ab70565
commit 025a403027
29601 changed files with 2759363 additions and 14 deletions

View File

@@ -12,3 +12,4 @@
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

View File

@@ -9,11 +9,20 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<!-- Bootstrap CSS -->
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>
<!-- Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
-->
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
</head>
<body>
@include('inc.messages')
@include('layouts.navbar')
<div class="container">
@include('inc.messages')
</div>
@yield('content')
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->

View File

@@ -1,5 +1,4 @@
@extends('layouts.b4')
@include('layouts.navbar')
@section('content')
<div class="container">
<h2>Add A New Moon</h2>

View File

@@ -1,5 +1,4 @@
@extends('layouts.b4')
@include('layouts.navbar')
@section('content')
<div class="container col-md-12">
<table class="table table-striped">

View File

@@ -1,5 +1,4 @@
@extends('layouts.b4')
@include('layouts.navbar')
@section('content')
<div class="container">
<h2>Update Existing Moon</h2>

View File

@@ -1,5 +1,4 @@
@extends('layouts.b4')
@include('layouts.navbar')
@section('content')
<div class="container">
<h2>Change Wiki Password</h2>

View File

@@ -1,5 +1,4 @@
@extends('layouts.b4')
@include('layouts.navbar')
@section('content')
<div class="container">
<h2>Register for Warped Intentions Wiki<h2>