diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-15 17:15:01 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-15 17:15:01 +0300 |
| commit | 756ce7b78fced879d77d00ae30e52b82f1cb2a0e (patch) | |
| tree | d5de0086ebc248a72a834862af2f02dca570a4ca /index.html | |
| parent | 85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (diff) | |
Fonts testfonts
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ <meta name="apple-mobile-web-app-title" content="WhatZap"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Direct link to your WhatsApp contacts | WhatZap.space</title> - <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="stylesheet" type="text/css" href="static/css/style.css"> <script src="cc.js"></script> <script src="vue.min.js"></script> </head> <body> <div id="app"> - <h1>Direct link to your WhatsApp contacts</h1> + <h1>WhatZap</h1> <div id="input"> <input v-model="number" pattern="\d*"> </div> |
