mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-04 04:59:20 -06:00
21 lines
240 B
Plaintext
21 lines
240 B
Plaintext
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width= device-width , initial-scale= 1.0 ">
|
||
|
<title> <%= @document.title %> </title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|