Files
dpage-editor/index.html
T
hamid zarghami da0069f2bc
deploy to danak / build_and_deploy (push) Has been cancelled
title page + fav
2026-06-01 10:29:00 +03:30

14 lines
390 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/fav.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>کاتالوگ دیجیتال | داناک</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>