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+
14import re
25
36with open ("./index.html" ) as f :
Original file line number Diff line number Diff line change 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 "/>
Original file line number Diff line number Diff line change 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 "/>
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+
16@import url ('//fonts.googleapis.com/css?family=Inconsolata' );
27body {
38 font-family : 'Inconsolata' , monospace;
You can’t perform that action at this time.
0 commit comments