This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/App/templates/index.html
2024-10-22 21:48:18 +03:00

10 lines
162 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Привет мир!</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>