Add copyright information to the files

This commit is contained in:
Johannes Siipola
2021-12-19 15:46:52 +02:00
parent 4bfde0f9d5
commit 00eaf3e37f
15 changed files with 225 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
<html lang="en">
<head>
<meta charset="utf-8" />

View File

@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
<html lang="en">
<head>
<meta charset="utf-8" />

View File

@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
<html lang="en">
<head>
<meta charset="utf-8" />

View File

@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
<html lang="en">
<head>
<meta charset="utf-8" />

View File

@@ -1,3 +1,7 @@
/*! SPDX-License-Identifier: MIT */
/*! SPDX-FileCopyrightText: 2021 Johannes Siipola */
/*! SPDX-FileCopyrightText: 2016 - 2021 Jeremy Thomas */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}