Skip to content

Commit 444292c

Browse files
committed
reuse
1 parent c0c65ad commit 444292c

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

format_fans.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
14
import re
25

36
with open("./index.html") as f:

gang.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!DOCTYPE html>
2+
<!--
3+
* SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
4+
* SPDX-License-Identifier: MIT
5+
-->
26
<html>
37
<head>
48
<meta charset="utf-8"/>

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!DOCTYPE html>
2+
<!--
3+
* SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
4+
* SPDX-License-Identifier: MIT
5+
-->
26
<html>
37
<head>
48
<meta charset="utf-8"/>

main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
@import url('//fonts.googleapis.com/css?family=Inconsolata');
27
body {
38
font-family: 'Inconsolata', monospace;

0 commit comments

Comments
 (0)