mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
8 lines
154 B
HTML
8 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='css-required-style.css'>
|
|
<body>
|
|
<input type="tel" required>
|
|
</body>
|
|
</html>
|