12 lines
204 B
HTML
12 lines
204 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>Y Example</title>
|
|
<script src="./index.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 contentEditable> Tutorial</h1>
|
|
</body>
|
|
</html>
|