Skip to content

Instantly share code, notes, and snippets.

View LeWolfYT's full-sized avatar
🥚
egg

LeWolfYT

🥚
egg
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
<!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()