mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-16 04:22:10 +01:00
37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!--
|
|
Copyright (c) 2020 - present Cloudogu GmbH
|
|
|
|
This program is free software: you can redistribute it and/or modify it under
|
|
the terms of the GNU Affero General Public License as published by the Free
|
|
Software Foundation, version 3.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>SCM-Manager Styleguide</title>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
|
|
<meta content="#000000" name="theme-color">
|
|
<link href="ui-webapp/favicon.ico" rel="shortcut icon">
|
|
<script data-type="theme" src="/theme-<%= htmlWebpackPlugin.options.theme %>.bundle.js" type="application/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container mt-5">
|
|
<h1 class="title is-1">Styleguide SCM-Manager 2</h1>
|
|
<h2 class="subtitle">Theme <%= htmlWebpackPlugin.options.theme %></h2>
|
|
</div>
|
|
<%= require('raw-loader!./_styleguide.html').default %>
|
|
<script data-type="theme" src="js/styleguide.js" type="application/javascript"></script>
|
|
</body>
|
|
</html>
|