Skip to content

Commit

Permalink
Add minified version of the style and script
Browse files Browse the repository at this point in the history
and move them to assets directory
  • Loading branch information
Hamid Reza Yazdani committed Jun 23, 2024
1 parent 63baab1 commit 60853ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/pboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/pboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
width=device-width, initial-scale=1.0,
minimum-scale=1.0, maximum-scale=5">
<title>Persian Keyboard</title>
<link rel="stylesheet" href="pboard.css"> <!-- Link to your CSS file -->
<link rel="stylesheet" href="assets/pboard.min.css"> <!-- Link to your CSS file -->
</head>
<body>

<input type="text" maxlength="4" placeholder="Type here..." data-pkeyboard>
<input type="number" placeholder="Type here..." data-pkeyboard>


<script src="pboard.js"></script> <!-- Link to your JavaScript file -->
<script src="assets/pboard.min.js"></script> <!-- Link to your JavaScript file -->
</body>
</html>

0 comments on commit 60853ae

Please sign in to comment.