Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
v2rayng-vpn committed Jan 30, 2024
1 parent c1a8499 commit f7bdb06
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@
font-family: Arial, sans-serif;
direction: rtl;
text-align: right;
display: flex;
}

header {
.container {
display: flex;
flex-direction: row;
}

aside {
background-color: #f2f2f2;
padding: 20px;
width: 20%; /* Adjust the width as needed */
}

header {
flex: 1;
padding: 20px;
text-align: center;
}

Expand All @@ -32,13 +44,33 @@
main {
padding: 20px;
text-align: center;
}

ul {
padding: 0;
list-style-type: none;
}

li a {
text-decoration: none;
color: #000;
}</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>خرید فیلترشکن قوی اندروید + آیفون</title>
</head>
<body>
<div class="container">
<aside>
<h2>منو</h2>
<ul>
<li><a href="#">صفحه اصلی</a></li>
<li><a href="#">محصولات</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">تماس با ما</a></li>
</ul>
</aside>
<header>
<h1>خرید فیلترشکن خرید فیلتر شکن قوی اندروید + آیفون</h1>
<p>خرید فیلترشکن v2ray کانفیگ V2RAYNG خرید VPN ویتوری ویتوری V2ray</p>
Expand Down

0 comments on commit f7bdb06

Please sign in to comment.