base text about templates

This commit is contained in:
2025-06-05 14:37:00 +03:00
parent 857df8faf2
commit 18424bb3c3
4 changed files with 146 additions and 24 deletions
+2 -21
View File
@@ -53,26 +53,9 @@
color: #dcdcaa;
}
.github-link {
display: flex;
align-items: center;
gap: 0.5rem;
color: white;
text-decoration: none;
font-size: 1.1rem;
padding: 0.5rem 1rem;
border-radius: 5px;
transition: background-color 0.3s;
}
.github-link:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.github-link img {
width: 20px;
height: 20px;
}
</style>
</head>
@@ -118,9 +101,7 @@ public class X
<p>&copy; 2025 Моя страница. Наверное какие-то права защищены!!! <span id="random-emoji"></span></p>
</footer>
<script src="scripts.js">
</script>
<script src="scripts.js"></script>
</body>