32 lines
968 B
HTML
32 lines
968 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Iks Menu - WordPress plugin</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="description" content="WordPress plugin">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="./styles.css">
|
|
<link rel="stylesheet" href="./custom.css">
|
|
</head>
|
|
<body>
|
|
<section class="cover show has-mask">
|
|
<div class="cover-main">
|
|
<p>
|
|
<img src="./logo-icon.svg" alt="logo">
|
|
</p>
|
|
<p>
|
|
<img src="./logo-text.svg" alt="logo">
|
|
</p>
|
|
<blockquote>
|
|
<p>The most customizable accordion menu for WordPress</p>
|
|
</blockquote>
|
|
<p>
|
|
<a href="https://iks-menu.com/">WebSite</a>
|
|
<a href="https://docs.iks-menu.com/#/?id=iks-menu">Documentation</a>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|