path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
client/app/deck/deck.html | RWTreichel/meat-and-colonel | <div class="control-panel slideout">
<div id="player-tile"><br>
<h5 id="tile-title">Tile</h5>
<div class="tile-img">
<img class='rotate-{{ orientation }}' src="{{src}}">
</div>
<div class='rotate'>
<button class="button" ng-click='rotate()'>Rotate: {{ orientation }}</button><br>
<b... |
_includes/subscribe.html | vivantdigital/vivantdigital.github.io | <section class="section--subscribe">
<div class="container container--content">
<h3 class="u-alignCenter">Stay in touch</h3>
<p>
Hey, we're <a href="{{ site.vivant }}">Vivant</a>. We build new and crazy things every day. Often we make something we think other devs will dig, and when that happens ... |
node_modules/brackets/brackets-src/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/tests/unit/effects/effects.html | nikmeiser/temboo-geocode | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects Test Suite</title>
<script src="../../jquery.js"></script>
<script>
$.uiBackCompat = false;
</script>
<link rel="stylesheet" href="../../../external/qunit.css">
<script src="../../../external/qunit.js"></script>
... |
_layouts/layout.html | jwt625/jwt625.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.name }}'s Résumé">
<meta name="author" content="{{ site.name }} @{{ site.github }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
... |
kmall-web/directives/pages/block_group/block_group.html | princewck/princewck.github.io | <div class="block-group-wrapper">
<div class="block-group-title">
<span>活动专区</span>
</div>
<div class="block-group-content">
<div class="block-group">
<a class="block-group-item" ng-repeat="block in blocks[pageIndex]" ng-href="{{ block.link }}" target="_blank">
<d... |
d-03.html | armorik83/angularjs-directive-analysis | <ex-d ng-cloak ng-repeat="v in $root.arr">{{v}}</ex-d>
|
Figure4/Tox21_PCIDs/PCID_5962.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=5962
|
template/user-list.html | opdss/lxdSystemByCi |
<!DOCTYPE html>
<html>
<head>
<title>Detail Admin - User list</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap -->
<link href="css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="... |
public/about/index.html | notesofdabbler/blogsite_notesofdabbler | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.20.7" />
<title>About · Notes of a Dabbler</ti... |
lib/flipper/ui/public/css/application.css | jnunemaker/flipper | html {
font-size: 0.8rem;
}
.flash {
margin-bottom: 15px;
}
.mw-600 {
max-width: 600px;
}
.bg-lightest {
background: rgba(0, 0, 0, 0.01);
}
.toggle-block-when-on {
display: none;
}
.toggle-block-when-off {
display: block;
}
.toggle-on .toggle-block-when-on {
display: block;
}
.toggle-on .toggle-blo... |
app/misc/helloworld.html | sabotuer99/PluralsightAngularJsTut | <!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]... |
patterns/01-molecules-00-text-11-results-title/01-molecules-00-text-11-results-title.html | aizlewood/PIE-patternlab | <!DOCTYPE html>
<html class="pl">
<head>
<title>PIE Jobs | Pattern Lab</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="../../css/style.css?1449182274" media="all" />
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
... |
css/jumbotron.css | nightzirch/WakeManagement | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
.jumbotron {
margin-bottom: 0;
}
.jumbotron.header {
background: url(../images/gtp-header.jpg) center center no-repeat;
background-size: 100%;
color: #fff;
}
.jumbotron.gray {
background-color: ... |
youtube.html | zafree/tedvid | <!DOCTYPE html>
<html>
<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="shortcut icon" type="image/png" href="/imgs/favicon.png" />
<title>TEDvid - Youtube</title>
<link rel="styles... |
src/app/app.html | RovenskyOleg/baby-feeding | <h3>
Baby Feeding
</h3>
<nav>
<a [routerLink]="['/registration-baby']">
Registration Baby
</a>
|
<a [routerLink]="['/dashboard']">
Dashboard
</a>
|
<a [routerLink]="['/report']">
Report
</a>
|
<a [routerLink]="['/about']">
About
</a>
</nav>
<main class="container">
<route... |
about.html | lucketta/lucketta.github.io | ---
layout: page
title: About
header-img: "img/about-bg.png"
---
<p>Started in computer science engineering, switched majors to screenwriting, and now I'm back hoping to learn web development so I can nurture the skills I already have into a career that meets my goals and aspirations. </p>
|
doc/communication/messages/class-use/InvalidMessageException.html | balazspete/multi-hop-train-journey-booking | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Fri Dec 06 02:55:14 GMT 2013 -->
<TITLE>
Uses of Class communication.messages.InvalidMessageException
</TITLE>
<META NAME="date" CONTENT="201... |
public/modules/companies/views/edit-company.client.view.html | DmsChrisPena/EnergyPro-CodeRed | <section data-ng-controller="CompaniesController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit Company</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
... |
static/css/article-list.css | ManixChen/manixchen.github.com | article{
padding:6px 0px 8px 0px;
margin-top: 3em;
}
article header{
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 1em;
margin-left: 5px;
line-height: 1em;
text-shadow: 0 1px #fff;
font-weight: bold;
display: block;
}
article header a{... |
_includes/header.html | paypulse/paypulse.github.io | {% include sidebar.html %}
<header class="site-header{% if include.avatar %} header-nav{% endif %}">
{% unless include.avatar %}<div class="wrapper"><a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>{% endunless %}
<nav class="site-nav">
<button on='tap:sidebar.toggle' class="menu-icon... |
_layouts/home.html | ntmitchell/ntmitchell.github.io | ---
layout: archive
header:
overlay_color: "#333"
---
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}
|
Software University/03) Software Technologies/21) JAVA - Spring Blog/src/main/resources/templates/article/details.html | i-den/SoftwareUniversity | <main>
<div class="container body-content">
<div class="row">
<div class="col-md-12">
<article>
<header>
<h2 th:text="${article.title}"></h2>
</header>
<p th:text="${article.content}"></p>
... |
projects/index.html | ttalhouk/ttalhouk.github.io | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonym... |
src/jsfb-built/js-file-browser-0.1/examples/ux/gridfilters/css/RangeMenu.css | limscoder/js-file-browser | /*!
* js-file-browser
* Copyright(c) 2011 Biotechnology Computing Facility, University of Arizona. See included LICENSE.txt file.
*
* With components from: Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
/*!
* Ext JS Library 3.3.1
* Copyrigh... |
metronic/theme/templates/admin4_material_design/login_3.html | thesis-cpe/spch2 | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.4
Version: 4.0.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.n... |
src/about.html | sinmetal/gcpug | <!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>GCPUG | Google Cloud Platform ユーザーグループ</title>
<!-- CSS -->
<link href="css/materiali... |
Lab4/zookeeper/docs/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html | ystviren/mustached-tyrion | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Thu Nov 04 22:32:48 PDT 2010 -->
<TITLE>
Uses of Class org.apache.zookeeper.KeeperException.AuthFailedException (ZooKeeper 3.3.2 API)
</TITLE>... |
index.html | spllr/curvy | <!DOCTYPE html>
<html lang="en">
<head>
<title>Berry Pie Curves</title>
<meta id="viewport" name="viewport" content ="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-styl... |
docs/_themes/sphinx13/layout.html | karel-brinda/prophyle | {#
sphinxdoc/layout.html
~~~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the sphinxdoc theme.
:copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
{# put the sidebar before the body #}
{% block sidebar1 %}{... |
client/views/accountButtons/signedIn.html | selaias/meteor-accounts-entry-flowrouter | <template name="entrySignedIn">
{{#if profileUrl}}
{{#wrapLinksLi}}
<a class='profileLink' href='{{profileUrl}}'>{{{beforeSignedInAs}}}{{signedInAs}}</a>
{{/wrapLinksLi}}
{{else}}
{{#wrapLinksLi}}
<p class="navbar-text">{{{beforeSignedInAs}}}{{signedInAs}}</p>
{{/wrapLinksLi}}
{{/if}}
{{#wrapLinksLi}}
... |
doc/java/jdk8/javax/xml/crypto/dom/package-tree.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:21 PST 2014 -->
<title>javax.xml.crypto.dom Class Hierarchy (Java Platform SE 8 )</title>
<meta name="date" content="20... |
index.html | rizqirizqi/HangmanGame | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hangman Game</title>
<link rel="stylesheet" media="all" type="text/css" href="styles/normalize.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" media="all" type="tex... |
src/app/accounts/enroll.tpl.html | sciencetrax/stx-portal | <div class="DataEntryPanelHolder"></div>
<div class="stx-form">
<div class="buttons">
<div>
<button ng-click="save()" class="save-btn">{{LS.common.save}}</button>
<a ng-click="back()" class="cancel">{{LS.common.cancel}}</a>
</div>
</div>
</div>
|
index.html | breindy/breindy.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Michelle Uy - Front End/UI Developer</title>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
... |
Angular4_CLI_Full_Project/src/index.html | peternguyen88/demoAngular4 | <!doctype html>
<html>
<head>
<base href="./">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template">
<meta name="auth... |
javadoc/sg/edu/cs2103aug2015_w13_2j/FunDueFX.html | cs2103aug2015-w13-2j/main | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Mon Nov 09 19:22:59 SGT 2015 -->
<title>FunDueFX</title>
<meta name="date" content="2015-11-09">
<link rel="stylesheet" type="text/css" ... |
example/funnel-charts/funnel-chart.html | itdavidhan/dcharts2.0 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>funnel chart</title>
<style media="screen">
*{padding: 0; margin: 0;}
.div1{width: 3... |
tags/index.html | foobargem/foobargem.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Life with Linux</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="http://blog.foobargem.com/tags/index.xml" title=... |
Resources/public/css/prg_bundle.css | BurdaForward/BFPrgBundle | .prg-link {
cursor: pointer;
} |
_site/2009/11/16/t5799091675.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T5799091675 </title>
<link href="... |
jetty/javadoc/org/mortbay/jetty/handler/package-summary.html | napcs/qedserver | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Thu Nov 11 09:12:14 EST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.mortbay.jetty.handler (Jetty ... |
fortran/doc/html/interfaceintegrator__def_1_1clean__int-members.html | Climdyn/MAOOAM | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
public/Windows 10 x64 (18362.418)/_ARBITER_INTERFACE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2>_ARBITER_INTERFACE</h2>
<font face="arial"> +0x000 Size : Uint2B<br>
+0x002 Version : Uint2B<br>
+0x008 Context : Ptr64 Void<br>
+0x010 InterfaceReference : Ptr64 void <br>
+0x018 InterfaceDereference : Ptr64... |
brand/templates/brand/list.html | mmcorp/django-oscar-brand | {% extends "layout.html" %}
{% load url from future %}
{% load i18n %}
{% load staticfiles %}
{% load thumbnail %}
{% load currency_filters %}
{% block extrahead %}
<style>map img { max-width: none; }</style>
<link rel="stylesheet" href="{{ STATIC_URL }}brand/css/brand.css" />
{% endblock %}
{% block title %}... |
template/Henderson - Documentation/index.html | joequah1/ninjoe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Template Documentation Template</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="assets/blueprint-css/screen.css" type="tex... |
_site/404.html | dmsmitty30/dmsmitty30.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>cascad.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A blog about data, the Northwest, and other fun stuff.">
<met... |
_layouts/default.html | anuraj/anuraj.github.io | ---
layout: compress
---
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% if page.layout == 'post' %}
<title>{{page.title}} | {{site.title}}</title>
{% else %}
<title>{{site.title}} | {{site.description}}</t... |
ExtendedEditor/Assets/.Docs/TNRD.Editor.Core.ExtendedControl-OnDeserialized.html | Miguel-Barreiro/ExtendedEditor | <!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Extended Editor Documentation</title>
<meta name="msapplication-TileColor" content="#222c37" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/toc.js"></script>
... |
views/request_update.html | nwohaibi/sidrah | <script type="text/javascript">
function show_details(id)
{
$("#btn_show_details_" + id).hide();
$("#btn_hide_details_" + id).show();
$("#details_msg_" + id).show();
}
function hide_details(id)
{
$("#btn_hide_details_" + id).hide();
$("#details_msg_" + id).hide... |
dist/last/doc/reference/EAM.Helper.html | vmysla/supervision.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Engagement Analytics Model Namespace: Helper</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link typ... |
Figure3/ToxCast_nnm/WorkHere/64-17-5.smi.png.html | andrewdefries/ToxCast | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>64-17-5.smi.png.html</title>
</head>
<b... |
whiteWolf-nodejs-master/frontEnd_dev/assets/css/main.css | genterist/whiteWolf | @import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
/*
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, ap... |
statistics/anon_ftpstat/2015-05/awstats.desenvolupament.vitaworke3.com-anon_ftp.lasthosts.html | VITAWORKE3/Projecte | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1.1 (build 1.989) from config file awstats.desenvolupament.vitaworke3.com-anon_ftp.conf (http://www.awstats.org)">
<meta name="robots" content="noindex... |
all-data/18000-18999/18858-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
static/test.html | dcsan/mviz-oss | fb/test |
css/shike/preliminary_evaluation.css | fancyKai/shike | .left_nav_active {
color: #f10180 !important;
text-decoration: underline;
}
#section .section_content .evaluate_content {
padding: 0 30px 50px 30px;
}
#section .section_content .evaluate_content h1 {
margin: 30px 0 10px 0;
font-size: 16px;
color: #323232;
}
#section .section_content .evaluate_content .good_... |
sandbox/lily/django_orthg/orthg/static/Doxygen/docs/html/spbsv_8f.html | LighthouseHPC/lighthouse | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Lighthouse: lapack/... |
app/views/signup/basic.html | crossgovernmentservices/cgt_prototypes | {{<govuk_template}}
{{$head}}
{{>includes/elements_head}}
<link href="/public/stylesheets/signup.css" media="screen" rel="stylesheet" type="text/css" />
{{/head}}
{{$content}}
<main id="content" role="main">
<a href="/" class="example-back-link">Back to the cross government tools' prototypes</a>
<form actio... |
docs/html/objectDetection_8hpp.html | patnolan33/Midterm_Perception | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
app/views/org/site/2.html | chris-hanson-hoddat/sms-redesign | {% extends "layout.html" %}
{% block page_title %}
New trading request
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_alpha.html" %}
<div class="grid-row">
<div class="column-full">
<div class="breadcrumb">
<ul>
<li><a href="/h... |
public/demos/css5_position与布局.html | lxf/snail_demo_addressbook | <!DOCTYPE html>
<html>
<head>
<title>postion与布局</title>
<style type="text/css">
div {
border: 5px solid green;
}
.container {
position: relative;
}
.nav {
position: absolute;
left: 0px;
width: 200px;
}
.section {
margin-left: 200px;
... |
vendor/poi-3.6/doc/spreadsheet/examples.html | tobyclemson/msci-project | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--*** This is a generated file. Do not edit. ***-->
<link rel="stylesheet" href="../skin/tigris.css" type="text/css">
<link r... |
all-data/2000-2999/2453-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><... |
all-data/3000-3999/3169-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><... |
Perl_-_Scripts/AUTO Forum 1.0/styles.css | RussianPenguin/samples | BODY { background-color: #FFFFFF;
color: #000000; }
P, TD, LI { font-size: 12px; }
.forms { font-face: arial;
font-size: 12px; }
.tab { background-color: #F5F5F5; }
A:link { color: #0B0066; }
A:visited { color: #0B0066; }
A:active { color: #0B0066; }
A:hover { color: #000000;
text-decoration:... |
_layouts/index.html | owcc/owcc.github.io | ---
layout: default
---
<article class="article">
<div class="motto">{{ content }}</div>
<div class="newslist">
<h3>最新文章</h3>
<ul class="doclist">
{% for post in site.posts limit:5 %}
{% if post.draft == false %}
<li>
<div class="waper">
<span class="post-m... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ecc9f46288539f532527949ad472f7d4bab448f6371ba5bf71b6d27ba6419d85.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./4e08facd85c5f9bd5acaeb5a374ee0c3dbd23de43b44f3628f3c6907d44e9303.html">Teleport</a>
<hr>
... |
index.html | cr88192/bgbtech_misc | <html>
<head>
<title>Page Test</title>
</head>
<body>
<h1>Testing the use of GitHub pages.</h1>
</body>
</html>
|
oldposts/234.html | codelifeliwan/codelifeliwan.github.io | <!doctype html>
<!--[if IE 6]>
<html id="ie6" lang="zh-CN">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="zh-CN">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="zh-CN">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="zh-CN">
<!--<![endif]-->
<head>
<link rel="stylesheet" type="text/... |
src/libs/seqan-library-2.0.1/share/doc/seqan/html/global_function_dagShortestPath.html | isovic/seqlib | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="global_function_dagshortestpath" data-page="dagShortestPath">
<head>
<meta http-equiv="Content-Type" content="text/h... |
Resources/public/jquery.mobile/demos/docs/forms/textinputs/methods.html | dancen/MobileIpermindBundle | <!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Text Input methods</title>
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="... |
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/mathcomp-character/1.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 11 m 7 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... |
angularjs/test/ui/ng_footer_clear_completed.html | cburgmer/csscritic-examples | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- The CSS we are testing -->
<link rel="stylesheet" href="src/base.css">
</head>
<body>
<!-- The application's HTML -->
<section id="todoapp" ng-controller="TodoCtrl">
<ng-include src="'src/templates... |
app/assets/stylesheets/application.css | rnelson/bossfight | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p... |
src/app/customer-data/customer-data.component.css | qmatic/mobile-ticket | .selected-branch{
text-align: center;
color: white;
}
.selected-branch-title {
margin: 30px 0 0 10px;
font-size: 16px;
}
.selected-branch-name {
font-size: 24px;
}
.selected-service {
text-align: center;
color: white;
}
.selected-service-title {
margin: 30px 0 0 10px;
font-size: 16px... |
index.html | erickangweisz/lvlart | <html>
<head>
<base href="/">
<title>lvl-art.com</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- animate.css -->
<link rel="stylesheet" href="/app/src/... |
client/cirac/map/templates/point-row.html | paulovieira/aps | <td>
{{ description }}
</td>
<td>
{{ value }}
</td>
<td>{{ lat }}</td>
<td>{{ lon }}</td>
|
blog-mining/andrew_gelman_stats/andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_R_code_and_data_for_ARM.html | makerhacker/makerhacker.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</title>
</head>
<body>
<p><a title="andrew_gelman_stats" href="../andrew_gelman_stats_home.html">andrew_gelman_stats</a> <a title="andrew_gelman_stats-2010" href="../home/andrew_gelman_stats-2010... |
vendor/codemirror/codemirror.css | jkbockstael/canvasplay | .CodeMirror {
line-height: 1em;
font-family: monospace;
/* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
position: relative;
/* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
overflow: hidden;
margin: 30px 0 10px 0;
backgroun... |
Perry.html | Kamakaze0001/PBGWebsite | <!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="PBG.jpg">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Perry's Videos</title>
<link rel="stylesheet" type="text/css" href="css/perry.css">
</head>
<body>
<h1 id="title">Perry's Videos</h1>
<h2 id="subtitle"> Perry is the... |
public/modules/timehks/views/list-timehks.client.view.html | hhkk/141213UtdV6 | <section data-ng-controller="TimehksController" data-ng-init="find()">
<div class="page-header">
<h1>Timehks</h1>
</div>
<div class="list-group">
<a data-ng-repeat="timehk in timehks" data-ng-href="/timehks/{{timehk._id}}" class="list-group-item">
<small class="list-group-item-text">
... |
stackoverflow/stackoverflow.userbarcharts.v4.html | umby/umby.github.io | <!DOCTYPE html>
<meta charset="utf-8">
<style>
body
{ font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering:
crispEdges;
}
.bar { fill: steelblue; }
.x.axis path { display: none; }
</style>
<!-- start intro -->
<div id = "intro" style="width:... |
tienda/user_guide/general/requirements.html | SaraAlamillo/hermano2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Server Requirements ... |
_react_docs/1.0.5/enums/_uirouter_core_transition_interface.transitionhookphase.html | ui-router/ui-router.github.io | ---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TransitionHookPhase | @uirouter/react</title>
<meta name="description" content="Documentation for @uirouter/react">
<meta name="viewport" content="width=device-width, init... |
archives/2017/01/index.html | coyawa/coyawa.github.io | <!DOCTYPE html>
<html class="theme-next pisces" 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, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control... |
html/mx/datacontainers/FormEntityContainer.html | MagicCube/mxframework-2-0-doc | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html xmlns:mx="urn:mx-scripts">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8">
<title>mx.datacontainers.FormEntityContainer 类</title>
<link ... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/list-string/2.1.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-string: 21 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... |
_pgbackup/pages/dtr_1491518070.html | earphone/BCS | <!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">
<meta name="description" content="">
<meta name="author" content="">
<titl... |
app/css/components/movieList.css | mbinet/Hypertube | @import '../settings';
@import '../common/colors';
@import '../common/typography';
.movieList {
width: 100%;
display:flex;
flex-wrap: wrap;
flex-direction: row;
}
.movieListDiv {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.r... |
02.OperatorsAndExpressions/problem2-DivisibleBy7And5.html | danisio/JavaScript-Homeworks | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Problem 2. Divisible by 7 and 5</title>
<link href="styles/js-console.css" rel="stylesheet" />
</head>
<body>
<div id="js-console"></div>
<script src="scripts/js-console.js"></script>
<script src="scripts/problem2-DivisibleBy... |
SPS Website/officers.html | tenifni/UCLA-SPS | <!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">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap Core CSS -->
<link... |
html/234567014950.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
html/113018920001.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
doc/src/wayland_client/core/shm_pool.rs.html | mcanders/bevy | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `/home/carter/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-... |
doc/jdk6_cn/javax/swing/text/AbstractDocument.DefaultDocumentEvent.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:09:08 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
AbstractDocument.DefaultDocume... |
Blades in the Dark/Source/sheet.css | sdJasper/roll20-character-sheets | /* Version text */
.sheet-version-text {
text-align: right;
color: #a8a8a8;
float: right;
font-size: 12px;
}
input.sheet-settings-checkbox {
width: 20px;
height: 20px;
}
input.sheet-settings-checkbox + span {
opacity: 0.3;
font-size: 120%;
font-family: pictos;
display:inline-block;
}
input.sheet-settings-chec... |
src/node_modules/zombie/node_modules/html5/data/tree-construction/tests16.dat-66/input.html | robashton/zombify | <!doctype html><script><!--<script></script><script></script>- -></script>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/55673f675ddf8840306c2d0485ebe14dba2418998f9b056bf12402dccf8f2a3b.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./49e3537c4e77c4953e53ea78d4daea7a66e0f6159fd8fb87bca48e481960176b.html">Teleport</a>
<hr>
... |
layouts/index.html | fangsonghub/qccblog | {{ partial "head.html" . }}
<body>
<div id="container">
{{ partial "header.html" . }}
<section id="main" class="outer">
{{ range ( .Paginate (where .Data.Pages "Type" "post")).Pages }}
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
... |
data science/machine_learning_for_the_web/chapter_4/movie/22598.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Magnolia (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0175880">Magnolia (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Michael+Elliott">Mich... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.