mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
19 lines
270 B
HTML
19 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|
|
#inline1 {
|
|
margin-right: 10px;
|
|
}
|
|
#inline2 {
|
|
margin-left: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span id="inline1">Hello</span><span id="inline2">Kitty</span></div>
|
|
</body>
|
|
</html>
|