-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from rmunate/feature/image-rs
[3.x] Use Native Classes Laravel Framework
- Loading branch information
Showing
3 changed files
with
48 additions
and
3 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 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 |
---|---|---|
@@ -1,3 +1,26 @@ | ||
<script> | ||
location.href = "en/index.html" | ||
</script> | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<meta property="og:image" content="assets/images/rs.png"> | ||
<meta property="og:image:secure_url" content="assets/images/rs.png"> | ||
<meta property="og:image:width" content="600"> | ||
<meta property="og:image:height" content="400"> | ||
|
||
<meta property="og:title" content="PHP2JS"> | ||
<meta property="og:description" content="Develop easily and without having to allocate additional server resources!"> | ||
<meta property="og:url" content="https://rmunate.github.io/PHP2JS/"> | ||
<meta property="og:type" content="website"> | ||
|
||
<!-- Otros metadatos --> | ||
<title>PHP2JS</title> | ||
</head> | ||
<body> | ||
<script> | ||
location.href = "en/index.html" | ||
</script> | ||
</body> | ||
</html> | ||
|