Browse Source

examples: fix transloadit-textarea charset and CSS url

Renée Kooi 5 years ago
parent
commit
08c896d4af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/transloadit-textarea/index.html

+ 2 - 1
examples/transloadit-textarea/index.html

@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/v1.4.0/robodog.css">
+    <meta charset="utf-8">
+    <link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/robodog/v1.3.0/robodog.css">
     <style>
       body {
         font-family: Roboto, Open Sans;