Skip to content

Instantly share code, notes, and snippets.

Avatar
😃
guitar

LeWolfYT

😃
guitar
View GitHub Profile
@LeWolfYT
LeWolfYT / index.html
Last active February 1, 2021 16:58
An electron version of my site without the JS because electron is picky
View index.html
<!DOCTYPE html>
<html>
<head>
<title>my page</title>
<script src="./scripts.js"></script>
<link href="./styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<script>
welcome()