Parcourir la source

examples: fix transloadit-textarea charset and CSS url

Renée Kooi il y a 5 ans
Parent
commit
08c896d4af
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;