Added pingpong.html and boilerplate

This commit is contained in:
2025-11-11 15:16:22 +03:00
parent cda4f89016
commit 6fb5b4af22
2 changed files with 113 additions and 0 deletions

16
HTML_boilerplate.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML5 Boilerplate</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Page Title</h1>
<script src="scripts.js"></script>
</body>
</html>