2023-10-31 14:50:36 +05:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="ru-RU" data-bs-theme="auto">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
|
|
|
|
|
<meta name="author" content="Valeria Fadeeva">
|
|
|
|
|
|
|
|
|
|
<meta name="keywords" content="melawy,linux,melawylinux,melawy-linux,arch,archlinux">
|
|
|
|
|
|
|
|
|
|
<title>Melawy Linux</title>
|
|
|
|
|
<meta property="og:title" content="Melawy Linux">
|
|
|
|
|
<meta property="og:site_name" content="Melawy Linux">
|
|
|
|
|
|
|
|
|
|
<link rel="canonical" href="https://melawy.ru">
|
|
|
|
|
<meta property="og:url" content="https://melawy.ru/">
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<link rel="icon" href="assets/ico/favicon.svg" type="image/svg+xml">
|
|
|
|
|
<link rel="alternate icon" href="assets/ico/favicon.png" type="image/png">
|
2023-10-31 14:50:36 +05:00
|
|
|
|
<meta property="og:image" content="assets/ico/logo.png">
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="Melawy Linux - Arch Linux based distro">
|
|
|
|
|
<meta property="og:description" content="Melawy Linux - Arch Linux based distro">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css"
|
|
|
|
|
integrity="sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg=="
|
|
|
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
|
|
|
|
|
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
|
|
|
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
|
<link href="assets/css/carousel.css" rel="stylesheet">
|
|
|
|
|
<link href="assets/css/style.css" rel="stylesheet">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div id="loader"></div>
|
|
|
|
|
|
2023-10-31 14:50:36 +05:00
|
|
|
|
<button type="button" class="btn btn-danger btn-floating btn-lg" id="btn-back-to-top">
|
|
|
|
|
<i class="fas fa-arrow-up"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<header class="mb-auto">
|
|
|
|
|
|
|
|
|
|
<nav class="navbar navbar-dark bg-dark fixed-top border-bottom">
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div class="justify-content-center align-items-end text-decoration-none">
|
|
|
|
|
<a class="navbar-brand justify-content-center float-md-start mb-0" href="/">
|
|
|
|
|
<img src="assets/ico/Melawy_Linux_64x32.svg" alt="Melawy Linux" width="96" height="48" class="d-inline-block align-text-top">
|
2023-10-31 14:50:36 +05:00
|
|
|
|
</a>
|
2023-11-01 02:32:48 +05:00
|
|
|
|
</div>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div class="justify-content-center align-items-end text-decoration-none">
|
|
|
|
|
<nav class="nav nav-underline justify-content-center align-items-center">
|
|
|
|
|
<a href="root" class="menu nav-link">
|
|
|
|
|
Главная
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="download" class="menu nav-link">
|
|
|
|
|
Скачать
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="donate" target="_blank" class="menu nav-link">
|
|
|
|
|
Поддержать проект
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="cooperation" class="menu nav-link">
|
|
|
|
|
Сотрудничество
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="about" class="menu nav-link">
|
|
|
|
|
Об авторе
|
|
|
|
|
</a>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="justify-content-center align-items-end text-decoration-none">
|
|
|
|
|
<ul class="nav list-unstyled">
|
|
|
|
|
|
|
|
|
|
<!-- <li class="nav-item dropdown">
|
|
|
|
|
<button class="nav-link dropdown-toggle" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="Toggle theme (dark)">
|
|
|
|
|
<svg class="bi theme-icon-active" style="width: 1rem; height: 1rem;">
|
|
|
|
|
<use href="#circle-half">
|
|
|
|
|
<symbol id="circle-half" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
<span class="d-lg-none ms-2" id="bd-theme-text"></span>
|
|
|
|
|
</button>
|
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="bd-theme-text">
|
|
|
|
|
<li>
|
|
|
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="light" aria-pressed="false">
|
|
|
|
|
<svg class="opacity-50 theme-icon" style="width: 1rem; height: 1rem;">
|
|
|
|
|
<use href="#sun-fill">
|
|
|
|
|
<symbol id="sun-fill" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
День
|
|
|
|
|
<svg class="bi ms-auto d-none">
|
|
|
|
|
<use href="#check2">
|
|
|
|
|
<symbol id="check2" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<button type="button" class="dropdown-item" data-bs-theme-value="dark" aria-pressed="false">
|
|
|
|
|
<svg class="opacity-50 theme-icon" style="width: 1rem; height: 1rem;">
|
|
|
|
|
<use href="#moon-stars-fill">
|
|
|
|
|
<symbol id="moon-stars-fill" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"></path>
|
|
|
|
|
<path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
Ночь
|
|
|
|
|
<svg class="bi ms-auto d-none">
|
|
|
|
|
<use href="#check2">
|
|
|
|
|
<symbol id="check2" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<button type="button" class="dropdown-item active style="height: 1rem;" data-bs-theme-value="auto" aria-pressed="true">
|
|
|
|
|
<svg class="opacity-50 theme-icon" style="width: 1rem; height: 1rem;">
|
|
|
|
|
<use href="#circle-half">
|
|
|
|
|
<symbol id="circle-half" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
Авто
|
|
|
|
|
<svg class="bi ms-auto d-none">
|
|
|
|
|
<use href="#check2">
|
|
|
|
|
<symbol id="check2" viewBox="0 0 16 16">
|
|
|
|
|
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"></path>
|
|
|
|
|
</symbol>
|
|
|
|
|
</use>
|
|
|
|
|
</svg>
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>-->
|
|
|
|
|
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://discord.gg/725zXx7RhJ" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="Сообщество">
|
|
|
|
|
<i class="fa-brands fa-discord text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://www.youtube.com/@Melawy" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="YouTube-канал">
|
|
|
|
|
<i class="fa-brands fa-youtube text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://t.me/Melawy_news" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="Новости">
|
|
|
|
|
<i class="fa-brands fa-telegram text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://t.me/Melawy_chat" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="Чат">
|
|
|
|
|
<i class="fa-brands fa-telegram text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://github.com/Melawy" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="Исходный код">
|
|
|
|
|
<i class="fa-brands fa-square-git text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://www.tinkoff.ru/cf/7OmVoFjdFNI" target="_blank" data-bs-toggle="tooltip"
|
2023-10-31 14:50:36 +05:00
|
|
|
|
data-bs-placement="bottom" data-bs-title="Поддержать проект">
|
|
|
|
|
<i class="fa-solid fa-circle-dollar-to-slot text-secondary"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- <button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar" aria-label="Toggle navigation">
|
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
|
</button> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar" aria-labelledby="offcanvasDarkNavbarLabel">
|
|
|
|
|
|
|
|
|
|
<div class="offcanvas-header">
|
|
|
|
|
<h5 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Dark offcanvas</h5>
|
|
|
|
|
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="offcanvas-body">
|
|
|
|
|
|
|
|
|
|
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link active" aria-current="page" href="#">Home</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#">Link</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="nav-item dropdown">
|
|
|
|
|
|
|
|
|
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
|
|
|
|
Dropdown
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<ul class="dropdown-menu dropdown-menu-dark">
|
|
|
|
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
|
|
|
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
|
|
|
|
<li>
|
|
|
|
|
<hr class="dropdown-divider">
|
|
|
|
|
</li>
|
|
|
|
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<form class="d-flex mt-3" role="search">
|
|
|
|
|
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
|
|
|
|
|
<button class="btn btn-success" type="submit">Search</button>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<main id="main">
|
|
|
|
|
<div id="body">
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div>
|
|
|
|
|
</main>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<!-- FOOTER -->
|
|
|
|
|
<!-- d-flex flex-wrap justify-content-between align-items-center py-3 my-4 -->
|
|
|
|
|
<footer class="container border-top py-3 my-4">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-4 justify-content-start align-items-center">
|
|
|
|
|
<p class="mb-0 text-muted">© 2023 Melawy (Valeria Fadeeva)</p>
|
|
|
|
|
<a href="download" role="button" class="menu btn btn-outline-secondary">
|
|
|
|
|
Скачать
|
|
|
|
|
</a>
|
|
|
|
|
<a href="donate" target="_blank" role="button" class="menu btn btn-outline-secondary">
|
|
|
|
|
Поддержать проект
|
|
|
|
|
</a>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
</div>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div class="col-lg-4 align-items-center justify-content-between">
|
|
|
|
|
<a href="/" class="mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
|
|
|
|
<img src="assets/ico/Melawy_Linux_64x32.png">
|
|
|
|
|
</a>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
</div>
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<div class="col-lg-4">
|
|
|
|
|
<ul class="nav justify-content-end list-unstyled p-3">
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://discord.gg/725zXx7RhJ" target="_blank" data-bs-toggle="tooltip"
|
|
|
|
|
data-bs-title="Сообщество">
|
|
|
|
|
<i class="fa-brands fa-discord"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://www.youtube.com/@Melawy" target="_blank" data-bs-toggle="tooltip"
|
|
|
|
|
data-bs-title="YouTube-канал">
|
|
|
|
|
<i class="fa-brands fa-youtube"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://t.me/Melawy_news" target="_blank" data-bs-toggle="tooltip"
|
|
|
|
|
data-bs-title="Новости">
|
|
|
|
|
<i class="fa-brands fa-telegram"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://t.me/Melawy_chat" target="_blank" data-bs-toggle="tooltip" data-bs-title="Чат">
|
|
|
|
|
<i class="fa-brands fa-telegram"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://github.com/Melawy" target="_blank" data-bs-toggle="tooltip"
|
|
|
|
|
data-bs-title="Исходный код">
|
|
|
|
|
<i class="fa-brands fa-square-git"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="ms-2">
|
|
|
|
|
<a href="https://www.tinkoff.ru/cf/7OmVoFjdFNI" target="_blank" data-bs-toggle="tooltip"
|
|
|
|
|
data-bs-title="Поддержать проект">
|
|
|
|
|
<i class="fa-solid fa-circle-dollar-to-slot"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
</div>
|
2023-11-01 02:32:48 +05:00
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"
|
|
|
|
|
integrity="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A=="
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
referrerpolicy="no-referrer"></script>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js"
|
|
|
|
|
integrity="sha512-uKQ39gEGiyUJl4AI6L+ekBdGKpGw4xJ55+xyJG7YFlJokPNYegn9KwQ3P8A7aFQAUtUsAQHep+d/lrGqrbPIDQ=="
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
referrerpolicy="no-referrer"></script>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<script src="assets/js/script.js"></script>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
<script>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
|
|
|
|
|
2023-11-01 02:32:48 +05:00
|
|
|
|
</script>
|
2023-10-31 14:50:36 +05:00
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|