Skip to content

Instantly share code, notes, and snippets.

View kovasap's full-sized avatar

Kovas Palunas kovasap

  • Google
  • Seattle, WA
View GitHub Profile
@kovasap
kovasap / index.html
Created April 21, 2024 17:52
Inline css and js in html code
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Full Stack Clojure</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Note that the slashes in front of each filename are necessary for the script to find them!! -->
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="/css/bulma.min.css">