Инициализация репозитория
This commit is contained in:
16
firefox/settings/index.html
Normal file
16
firefox/settings/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/settings.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Настройки</h1>
|
||||
<script src="../settings.js" defer></script>
|
||||
<script src="js/generator.js" defer></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user