diff options
| author | s1nical <[email protected]> | 2019-08-13 04:34:02 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-13 04:34:02 -0700 |
| commit | e8eabd6ee171cc4cdfca1d602ca85e5c0f4a99fa (patch) | |
| tree | c72ee6fcfd28091804b32cbb6c9d15681904423e /konami | |
| parent | added console log notes, removed dino credits, removed unused script (diff) | |
| download | s1n.pw-admin-e8eabd6ee171cc4cdfca1d602ca85e5c0f4a99fa.tar.xz s1n.pw-admin-e8eabd6ee171cc4cdfca1d602ca85e5c0f4a99fa.zip | |
fixed dependency issue
am i dumb
Diffstat (limited to 'konami')
| -rw-r--r-- | konami/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konami/index.html b/konami/index.html index fcbd00f..44b79b1 100644 --- a/konami/index.html +++ b/konami/index.html @@ -12,7 +12,7 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <link rel="stylesheet" href="/konami/css/main.css"> - <script src="/js/main.js"></script> + <script src="/konami/js/main.js"></script> <meta name="description" content="s1nical is a full stack developer."> <meta property="og:description" content="s1nical is a full stack developer."> <meta property="og:title" content="s1nical"> |