Browse Source

adds static html

pull/1/head
Andrey Parfenov 6 months ago
parent
commit
3247d9cb39
  1. 10
      index.html

10
index.html

@ -9,8 +9,14 @@ @@ -9,8 +9,14 @@
<title>Document</title>
</head>
<body>
<div id="app">
<div id="static">
<div class="card">
<h1>title</h1>
<p>description</p>
<img src="https://images.unsplash.com/photo-1665581688232-de69dbcc2ffc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2940&q=80" alt="unsplash image">
<a href="google.com">google</a>
</div>
</div>
<div id="app"></div>
</body>
</html>
Loading…
Cancel
Save