This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import middleware from './middleware.config'; | |
| import { getRoutes } from './routes'; | |
| import { probeGoogleFontsApi, GOOGLE_FONT_API_URL } from './modules/core/GoogleFontsAPI/probeGoogleFontsApi.ts'; | |
| const GoogleFontsPlugin = require('@beyonk/google-fonts-webpack-plugin'); | |
| const { | |
| integrations: { | |
| magento: { | |
| configuration: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><script src=https://code.jquery.com/jquery-1.12.4.js></script><script src=https://code.jquery.com/ui/1.12.1/jquery-ui.js></script><script src=https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.4/vue.min.js></script><title>jobbocapio</title><link href=/css/chunk-03d218d7.b5eb521c.css rel=prefetch><link href=/css/chunk-3b4e95c0.9a1b6de5.css rel=prefetch><link href=/css/chunk-4c09adea.3aa39691.css rel=prefetch><link href=/css/chunk-56b4bffa.d136cb1b.css rel=prefetch><link href=/css/chunk-5eab77c8.5989e58f.css rel=prefetch><link href=/css/chunk-71367435.618100a6.css rel=prefetch><link href=public_html/js/chunk-03d218d7.09b5eeb2.js rel=prefetch><link href=public_html/js/chunk-3b4e95c0.bc3d3754.js rel=prefetch><link href=public_html/js/chunk-442f3c4c.fee153b3.js rel=prefetch><link href=/js/chunk-4c09adea.6d32a223.js re |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| criarVideo(){ | |
| console.log('videooooooooooooooooooooo'); | |
| this.player = new YT.Player('player', { | |
| width: 1350, | |
| height: 580, | |
| videoId: 'hshcfVKHL40', | |
| playerVars: { | |
| 'autoplay': 1, | |
| 'controls': 1, | |
| 'autohide': 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <v-app id="inspire"> | |
| <v-content> | |
| <v-layout class="pt-2 pb-0" row> | |
| <v-flex xs10> | |
| <img src="../assets/rect51522.png" width="350" class="left" /> | |
| </v-flex> | |
| <v-flex class="right mt-2" xs2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- CSS --> | |
| <link href="https://vjs.zencdn.net/7.2.3/video-js.css" rel="stylesheet"> | |
| <!-- HTML --> | |
| <video id='hls-example' class="video-js vjs-default-skin" width="400" height="300" controls> | |
| <source type="application/x-mpegURL" src="https://english.streaming.aljazeera.net/aljazeera/english2/index255.m3u8"> | |
| </video> | |
| <!-- JS code --> |