Skip to content

Commit

Permalink
Merge pull request #30 from rmunate/feature/image-rs
Browse files Browse the repository at this point in the history
[3.x] Use Native Classes Laravel Framework
  • Loading branch information
rmunate authored Oct 1, 2023
2 parents fce9c31 + 4db03e3 commit cb51d48
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<title>PHP2JS</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<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">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Documentación PHP2JS Laravel">
<meta name="author" content="Raul Mauricio Uñate Castro">
Expand Down
11 changes: 11 additions & 0 deletions docs/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<title>PHP2JS</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<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">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Documentación PHP2JS Laravel">
<meta name="author" content="Raul Mauricio Uñate Castro">
Expand Down
29 changes: 26 additions & 3 deletions docs/index.html
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>

0 comments on commit cb51d48

Please sign in to comment.