Skip to content

Commit

Permalink
to cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
andritowmega committed Feb 15, 2023
1 parent ed1de4e commit 79ee587
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# EasyFetch 0.1.1
Perform easier fetches in Static FrontEnd projects, You don't need to declare and instantiate inputs to get their values. EasyFetch will do it for you
Perform easier fetches in Static FrontEnd projects, You don't need to declare and instantiate inputs to get their
URL Include
```
https://easyfetch.smarttech.pe/js/easyfetch.js
```

values. EasyFetch will do it for you
```
<body>
<input type="text" id="email-login">
Expand Down
Empty file added css/style.css
Empty file.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<title>Easy Fetch | easier fetches in Static FrontEnd projects width javascript native</title>
</head>
<body>

<h1>Easy Fetch</h1>
Perform easier fetches in Static FrontEnd projects, You don't need to declare and instantiate inputs to get their values. EasyFetch will do it for you
<p>

</p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>
File renamed without changes.

0 comments on commit 79ee587

Please sign in to comment.