configs nginx
This commit is contained in:
parent
f20f9528aa
commit
351f7e919b
8 changed files with 40 additions and 14 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="../Styles/control-panel.css">
|
||||
<link rel="stylesheet" href="Styles/control-panel.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Spectralvpn</title>
|
||||
<link rel="stylesheet" href="../Styles/index.css">
|
||||
<link rel="stylesheet" href="Styles/index.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Пользовательское соглашение (Публичная оферта) — SpectralVPN</title>
|
||||
<link rel="stylesheet" href="../Styles/offer.css">
|
||||
<link rel="stylesheet" href="Styles/offer.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Политика конфиденциальности — SpectralVPN</title>
|
||||
<link rel="stylesheet" href="../Styles/offer.css">
|
||||
<link rel="stylesheet" href="Styles/offer.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Регистрация - SpectralVPN</title>
|
||||
<link rel="stylesheet" href="../Styles/register.css">
|
||||
<link rel="stylesheet" href="Styles/register.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<script src="../JS/register.js"></script>
|
||||
<script src="JS/register.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form id="registerForm" novalidate>
|
||||
Loading…
Add table
Add a link
Reference in a new issue