Oneted11 / google-authentication-js

Google authentication template using the new(2022) gis library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Run

You will require a server of some-kind, I recommend Live-Server

Learnings

add stylesheet

I keep googling this literary everytime

Correct way

<link rel="stylesheet" href="./index.css" />


Incorrect way I keep doing it

<style src="./index.css"></style>


Linking external javascript

<script type="text/javascript" src="/index.js"></script>

Note: You have to add the type="text/javascript or you'll be wondering why are all my already defined functions erroring out undefined undefined undefined like some glitching transformer

About

Google authentication template using the new(2022) gis library


Languages

Language:JavaScript 62.0%Language:HTML 31.7%Language:CSS 6.3%