-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af8228e
commit 2bf0068
Showing
12 changed files
with
12,502 additions
and
2,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,14 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="A photo editing application based on the Cropper.js"> | ||
<meta name="keywords" content="HTML, CSS, JS, JavaScript, photo, editor, front-end, web development"> | ||
<meta name="author" content="Fengyuan Chen"> | ||
<meta name="author" content="Chen Fengyuan"> | ||
<title>Photo Editor</title> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script src="https://fengyuanchen.github.io/js/common.js"></script> | ||
<script src="dist/app.js"></script> | ||
</body> | ||
<script type="text/javascript" src="dist/main.js"></script></body> | ||
</html> |
Oops, something went wrong.