mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-25 09:58:43 +01:00
utf-8
This commit is contained in:
parent
2f6b3e193c
commit
5cde92fea3
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
const fetch_from_API = async ( endpoint, params = {} ) => {
|
||||
let url = new URL( endpoint, `${location.protocol}//${location.host}` );
|
||||
|
|
Loading…
Reference in a new issue