WebJamApps/CollegeLutheran

View on GitHub
src/index.ejs

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
  <meta property="og:title" content="College Lutheran Church" />
  <meta property="og:description" content="We celebrate God's grace and share His love in Christ!">
  <meta property="og:image"
    content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Lutherrose.svg/800px-Lutherrose.svg.png">
  <meta property="og:url" content="https://www.collegelutheran.org">
  <title>
    <%- htmlWebpackPlugin.options.metadata.title %>
  </title>
  <base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>" />
  <link href="https://fonts.googleapis.com/css?family=PT Sans Caption" rel="stylesheet" />
  <link href="https://fonts.googleapis.com/css?family=Habibi" rel="stylesheet" />
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
    integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />

  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <!-- Begin Constant Contact Active Forms -->
  <script> var _ctct_m = "01cd950f6ed99253e212302d6c939739"; </script>
  <script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js" async
    defer></script>
  <!-- End Constant Contact Active Forms -->
</head>

<body>
  <div>
    <div id="root">
      <div class="splash">
        <div class="message">
          <%- htmlWebpackPlugin.options.metadata.title %>
        </div>
        <i class="fa fa-spinner fa-spin"></i>
      </div>
    </div>
  </div>
</body>

</html>