Skip to content

Instantly share code, notes, and snippets.

View hardmantoplz's full-sized avatar

jEFF hardmantoplz

View GitHub Profile
@hardmantoplz
hardmantoplz / digital-clock-with-vue-js_edited.markdown
Created November 10, 2018 18:54
Digital Clock with Vue.js_edited
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, teletype text; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 18pt; }