File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
2
+ # SPDX-License-Identifier: MIT
3
+
1
4
import re
2
5
3
6
with open ("./index.html" ) as f :
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
+ <!--
3
+ * SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
4
+ * SPDX-License-Identifier: MIT
5
+ -->
2
6
< html >
3
7
< head >
4
8
< meta charset ="utf-8 "/>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
+ <!--
3
+ * SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
4
+ * SPDX-License-Identifier: MIT
5
+ -->
2
6
< html >
3
7
< head >
4
8
< meta charset ="utf-8 "/>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+
1
6
@import url ('//fonts.googleapis.com/css?family=Inconsolata' );
2
7
body {
3
8
font-family : 'Inconsolata' , monospace;
You can’t perform that action at this time.
0 commit comments