mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-09 20:58:01 -05:00
16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>UIKit Demo</title>
|
|
<link rel="stylesheet" type="text/css" href="./styles.css" />
|
|
|
|
<!-- remove when adding favicon -->
|
|
<link rel="icon" href="data:,">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|