mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
15 lines
308 B
HTML
15 lines
308 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<ol>
|
|
<li class="user" data-name="John Resig" data-city="Boston"
|
|
data-lang="js" data-food="Bacon">
|
|
Hello, how are you?
|
|
</li>
|
|
</ol>
|
|
</body>
|
|
</html> |