Skip to content

Commit

Permalink
Сайт
Browse files Browse the repository at this point in the history
  • Loading branch information
Summersay415 committed Dec 22, 2024
1 parent 35c3621 commit 3f5eb1b
Show file tree
Hide file tree
Showing 23 changed files with 1,579 additions and 2 deletions.
20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - Diamond Studio GAMES</title>
<link rel="icon" href="images/icon.png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<img src="/images/logo.png" alt="Logo" width="768" height="128" class="logo">
</header>
<main>
<h1>Ошибка 404!</h1>
<div class="text"><p><a href="index.html">Вернуться на главную</a></p></div>
</main>
<footer>
<p class="footer">Copyright (c) 2024-present Diamond Studio GAMES</p>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
# MIT License

Copyright (c) 2024 Diamond Studio GAMES
Copyright (c) 2024-present Diamond Studio GAMES

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Официальный веб-сайт Diamond Studio GAMES
Binary file added apa2/offers.cfg
Binary file not shown.
4 changes: 4 additions & 0 deletions apa2/patches.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
; <version code>=<patch version>
; patches are <version code>.pck in ./patches
;[patches]

Binary file added apa2/promocodes.cfg
Binary file not shown.
4 changes: 4 additions & 0 deletions apa2/versions.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[versions]

beta=88
stable=88
Loading

0 comments on commit 3f5eb1b

Please sign in to comment.