-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml-v1.4.html
More file actions
22 lines (22 loc) · 1.49 KB
/
Copy pathhtml-v1.4.html
File metadata and controls
22 lines (22 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html dir="rtl" lang="ar">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/app.css" rel="preload" as="style" blocking="render" fetchpriority="high">
<script src="/assets/legacy.js" nomodule nonce="nonce-123" referrerpolicy="no-referrer"></script>
</head>
<body>
<form id="profile" action="/profile" method="post">
<label for="email">البريد</label>
<input id="email" name="email" type="email" inputmode="email" enterkeyhint="send" autocapitalize="words" minlength="3" pattern="[a-z@.]+" dirname="email.dir">
<textarea name="bio" wrap="hard" spellcheck="false" translate="no"></textarea>
<button type="submit" formaction="/draft" formmethod="post" formenctype="multipart/form-data" formnovalidate formtarget="_blank">حفظ</button>
</form>
<img src="/images/small.png" srcset="/images/small.png 1x, /images/large.png 2x" sizes="(max-width: 600px) 100vw, 50vw" decoding="async" fetchpriority="high" alt="واجهة">
<video playsinline muted preload="metadata">
<track default kind="subtitles" srclang="ar" src="/captions.vtt">
</video>
<iframe src="/embed" srcdoc="<p>مثال</p>" sandbox="allow-scripts allow-same-origin" allow="camera; microphone" allowfullscreen referrerpolicy="no-referrer"></iframe>
<section inert part="card header" slot="main" itemprop="name" itemscope itemtype="https://schema.org/Thing" itemid="#thing" itemref="email profile"></section>
</body>
</html>