Skip to content

Commit 07a8ee8

Browse files
fix : minor edit in footer and css minification
1 parent 83c355e commit 07a8ee8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link href="css/awsome/css/font-awesome.min.css" rel=stylesheet>
5-
<link href="css/style.css" rel=stylesheet type="text/css">
5+
<link href="css/style.min.css" rel=stylesheet type="text/css">
66
<script src="js/sweetalert.min.js"></script>
77
<link rel="stylesheet" href="css/themes/google/google.css">
88
<link rel="stylesheet" type="text/css" href="css/sweetalert.css">
@@ -114,7 +114,7 @@ <h1 id="game_name" class="get_name" itemprop="siteName">Loading ...</h1>
114114

115115
<div id="login-footer" itemprop="siteFooter">
116116
<p>&nbsp; Designed With ❤️ &nbsp;&nbsp;</p>
117-
<p>By<a href="http://www.moduland.ir" title="Moduland Co">&nbsp;Moduland</a></p>
117+
<p>By<a href="http://www.moduland.ir" title="Moduland Co" target="_blank">&nbsp;Moduland</a></p>
118118
</div>
119119
</div>
120120

0 commit comments

Comments
 (0)