Boa tarde Maurício,
Sim, ao abrir o arquivo em um bloco de notas ele está estranho !
Segue um pequeno trecho do arquivo no bloco de notas:
<!DOCTYPE html>
<html lang="en" >
<head>
<script>
window.ts_endpoint_url = "https:\/\/slack.com\/beacon\/timing";
</script>
<script>
window.TSMark = function(mark_label) {
if (!window.performance || !window.performance.mark) return;
performance.mark(mark_label);
};
TSMark('start_load');
window.TSMeasureAndBeacon = function(measure_label, start_mark_label) {
if (start_mark_label === 'start_nav' && window.performance && window.performance.timing) {
TSBeacon(measure_label, (new Date()).getTime() - performance.timing.navigationStart);
return;
}
if (!window.performance || !window.performance.mark || !window.performance.measure) return;
performance.mark(start_mark_label + '_end');
try {
performance.measure(measure_label, start_mark_label, start_mark_label + '_end');
TSBeacon(measure_label, performance.getEntriesByName(measure_label)[0].duration);
} catch(e) { return; }
};
window.TSBeacon = function(label, value) {
var endpoint_url = ts_endpoint_url || 'https://slack.com/beacon/timing';
(new Image()).src = endpoint_url + '?data=' + encodeURIComponent(label + ':' + value);
};
</script>
<noscript><meta http-equiv="refresh" content="0; URL=/files/gabriel.ferreira/F0C6TL63C/sql_avancado.sql?nojsmode=1" /></noscript>
<script type="text/javascript">
window.load_start_ms = Date.now();
window.load_log = [];
window.logLoad = function(k) {
var ms = Date.now();
var secs = (ms-window.load_start_ms)/1000;
window.load_log.push({
k: k,
t: secs
})
if (window.TS) {
TS.log(88, secs+' '+k);
}
}
if(self!==top)window.document.write("\u003Cstyle>body * {display:none !important;}\u003C\/style>\u003Ca href=\"#\" onclick="+
"\"top.location.href=window.location.href\" style=\"display:block !important;padding:10px\">Go to Slack.com\u003C\/a>");
</script>
<script type="text/javascript">
Os outros arquivos disponibilizados no curso de 'SQL Server - Introdução a Banco de Dados e SQL' funcionaram sem problemas !