temp content

This commit is contained in:
Халтобин Евгений 2024-07-15 15:46:11 +03:00
parent ba5c859587
commit d01d0c63e0
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<html>
<body>
<span>Физическое лицо</span>
</body>
</html>

View file

@ -0,0 +1,6 @@
<html>
<body>
<button>Юридическое лицо</button>
<button>Физическое лицо</button>
</body>
</html>

View file

@ -0,0 +1,5 @@
<html>
<body>
<span>Юридическое лицо</span>
</body>
</html>