質問編集履歴

1

修正確認

2019/01/02 17:48

投稿

avicii
avicii

スコア49

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,62 @@
6
6
 
7
7
 
8
8
 
9
+ ```application.html.erb
10
+
11
+ <!DOCTYPE html>
12
+
13
+ <html lang="ja">
14
+
15
+ <html>
16
+
17
+ <head>
18
+
19
+ <title>Chance to Chance</title>
20
+
21
+ <meta name="viewpoint" content="width=devise-width,initial-scale=1.0">
22
+
23
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
24
+
25
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
26
+
27
+ <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
28
+
29
+ <%= csrf_meta_tags %>
30
+
31
+ <script type="text/javascript">
32
+
33
+ WebFontConfig = {
34
+
35
+ google: { families: [ 'Unica+One::latin' ] }
36
+
37
+ };
38
+
39
+ (function() {
40
+
41
+ var wf = document.createElement('script');
42
+
43
+ wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
44
+
45
+ '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
46
+
47
+ wf.type = 'text/javascript';
48
+
49
+ wf.async = 'true';
50
+
51
+ var s = document.getElementsByTagName('script')[0];
52
+
53
+ s.parentNode.insertBefore(wf, s);
54
+
55
+ })();
56
+
57
+ </script>
58
+
59
+ </head>
60
+
61
+ ```
62
+
63
+
64
+
9
65
  ```view
10
66
 
11
67
  <div class="main">