path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
src/bower_components/edu-field/src/directives/edu-field-date.html | agtconf/edu-form | <div class="form-group {{options.col}}" ng-class="{'has-error': $invalid, 'has-success': !$invalid && $dirty}">
<label for="{{id}}">
{{options.label || 'Fecha'}}
{{options.required ? '*' : ''}}
</label>
<input date-input
class="form-control"
id="{{id}}"
placeholder="{{options.placeholder}}"
... |
src/templates/devices.html | luisomoreau/sigfox_projects_angular | <div class="row" data-ng-controller="DevicesCtrl">
<!--Start devices panels-->
<div class="row">
<div class="col-lg-4 col-md-12 col-xs-12" data-ng-repeat="device in devices">
<div class="panel" >
<div class="panel panel-heading text-center">{{device.name}}</div>
... |
campusaar/video-timeline/css/footer.css | GregoryPotdevin/gregorypotdevin.github.io | /* Sticky footer styles
-------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
.vt-main-content {
min-height: 100%;
height: auto;
/* Negative indent... |
templates/multiple_neurons_mm.html | babsey/nest-webapp | <!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
<link rel="stylesheet" href="static/css/d3.slider.css" />
<title>Nest web interface</title>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: cr... |
public/css/style.css | ryanyu399/cse170project | a
{
text-decoration:none;
}
.table td
{
text-align:center;
}
tr:nth-child(even) {
background-color: #eee;
}
.table tr
{
height:50px;
color:#0099FF;
}
h1.sansserif
{
font-family:Arial,Helvetica,sans-serif;
}
.modal {
overflow-y: auto;
top: 20px !important;
right: 3%;
left: 3%;
widt... |
src/app/components/comp-1663/comp-1663.component.html | angular/angular-cli-stress-test | <p>
comp-1663 works!
</p>
|
LeapSDK/docs/javascript/unreal/Leap_Unreal_Cpp_Tutorial.html | joelbandi/Be-ethoven |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tutorial: Using the Leap Motion API in Code — Leap Motion JavaScript SDK v2.3 documentation</title>
<link rel="stylesheet" ... |
e6887e2/html/functions_l.html | v8-dox/v8-dox.github.io | <!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... |
templates/404.html | mdavoodi/konkourse-python | {% load static %}
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}This page is not available.{% endblock title %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{% block includes %}
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]> <script src="http://html... |
tags/packages/index.html | kihahu/kihahu.github.io | <!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>packages - </title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="referrer" content=... |
data science/machine_learning_for_the_web/chapter_4/movie/9519.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Conspiracy Theory (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0118883">Conspiracy Theory (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?E.+... |
templates/dashboard.html | CharlesCarnell/ignite-static | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie10"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie10"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 9]><html class="no-js lt-ie10"><![endif]-->
<html class="no-js" lang="en">
<head>
... |
src/client/admin/section/admin-section-edit.html | yournal/YournalProject | <header class="page-header">
<h1>Edit section</small></h1>
</header>
<alert type="success" ng-show="response" close="response = null">
Section updated: {{response.title}} [{{response.abbreviation}}]
</alert>
<alert type="danger" ng-repeat="err in error" close="error.splice($index, 1)">
{{err.msg}}
</alert>
<div c... |
public/css/compass/css3/opacity/stylesheet.css | KaedeTai/aio | .opacity-example {
background: red;
width: 40px;
height: 40px;
float: left;
}
#opacity-10 {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
opacity: 0.1;
}
#opacity-20 {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity: 0.2;
}
#opacity-50 {
filter: progid:DXImageTra... |
v1/Solid Color/uwp.html | Live-Charts/WebSiteDocs | <h3 class="important-tittle">Solid Color</h3>
<div class="text-center">
<img class="spaced banner-image" src="/Content/Images/solid.gif"/>
</div>
<div class="doc-alert">
To keep this example always up to date it is directly pulled from the Github repository, the
repo for simplicity uses the <i>UserContro... |
docs/pymatgen.core.html | materialsproject/pymatgen | <!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pymatgen.core package — pymatgen 2022.2.10 documentatio... |
clean/Linux-x86_64-4.01.0-1.2.0/unstable/dev/contrib:persistent-union-find/8.4.dev/2014-11-19_01-43-01.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
samples/flatFileDataSource/widgets/LayerList/css/style.css | cmndrbensisko/LocalLayer |
.jimu-widget-layerList{
position: relative;
}
.jimu-widget-layerList .jimu-hr{
margin-top: 15px;
}
.jimu-widget-layerList .layers-section{
margin-top: 0px;
z-index: 0;
position: relative;
}
.jimu-widget-layerList .layers-section .layers-list{
width: 100%;
}
.jimu-widget-layerList .layers-section .laye... |
lucene/lib/lucene-4.6.1/docs/facet/org/apache/lucene/facet/taxonomy/class-use/TaxonomyWriter.html | OrlandoLee/ForYou | <!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 (version 1.6.0_27) on Thu Jan 23 20:13:07 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Interface o... |
src/components/content/posts/z-post-layout.css | TrRo26/tar-reboot | /* .post-layout-container {
padding-top: 100px;
}
.post-main-image-container {
}
.post-main-image {
display: block;
margin: auto;
height: 550px;
width: 900px;
}
.post-title-data {
text-align: center;
padding: 30px;
}
.post-text {
padding-top: 80px;
} */ |
css/style-normal.css | tparisi/3DWebFest | /*
Twenty by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 13pt;
letter-spacing: 0.025em;
line-height: 1.65em;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.5em;
}
/* Section/Art... |
examples/d3_examples/cartogram/demers.html | landonwilkins/r2d3 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Demers Cartogram</title>
<!--[if lte IE 8]><script src="../../../r2d3.v2.js"></script><![endif]-->
<!--[if gte IE 9]><!-->
<script src="../../../lib/d3/d3.v2.js"></script>
<!--<![endif]-->
... |
index.html | YDFE/build | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="https://raw.githack.com/es-shims/es5-shim/master/es5-shim.min.js"></script>
<script src="https://raw.githack.com/regularjs/regular/v0.5.2/dist/regular.js"></script>
<script src="./rgui.... |
clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/mathcomp-character/1.6.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>mathcomp-character: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap... |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.1/metacoq-pcuic/1.0~alpha1+8.8.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>metacoq-pcuic: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... |
blog/blogpost17/content.html | ArVID220u/judge | <p>
Idag hade vi vår sista lektion. Vi hoppas att ni tyckte att det var lite kul och att ni nu är inspirerade att lära er ännu mer om programmering.
</p>
<p>
Den här hemsidan kommer att vara kvar i en vecka till och kommer antagligen att tas ner efter det.
Har ni program bland era filer här som ni vill spara får ni där... |
client/app/+leads/lead-edit.component.html | pabloalonsolopez/leadsmanagement | <div class="pos(fixed) top(0) right(0) bottom(0) left(0) bg(biscay) o(0.9)"></div>
<div class="d(flex) fd(column) ai(center) pos(fixed) top(0) right(0) bottom(0) left(0) py(40px) ov(auto)">
<div class="w(1000px) bra(4px) bg(white) boxs(modal)">
<div class="bb(1) bc(geyser) btra(4px) p(20px) bg(catskill-whit... |
doc/QtCore/QPluginLoader.html | marcosgambeta/Qt5xHb |
<!DOCTYPE html>
<html>
<head>
<title>Classe QPluginLoader</title>
</head>
<body>
<p>Classe <b>QPluginLoader</b></p><p>Derivada de <a href='../QtCore/QObject.html'>QObject</a></p><p>Classes derivadas: <a href='.html'></a></p><p>Módulo <b>QtCore</b></p><p>Versão do Qt: <b>5,0,0</b></p><p>Construtor: QPluginLoader... |
flashcards/templates/contact_page.html | latreides/SE_Team3 | {% extends "base.html" %}
{% load static from staticfiles %}
{% block css %}
{{block.super}}
<link rel="stylesheet" type="text/css" href="{% static 'css/contact.css' %}" />
{% endblock %}
{% block content %}
<h1>Contact Information</h1>
<div id="content">
<h2>Mailing Address</h2>
... |
tag/吃豆腐/json/index.html | sunnyKiwi/JustCopy | {
"posts": [
{
"url": "/chat/wanted/2018/01/01/WantedM.1514813128.A.9AA.html",
"title": "啊~~~",
"image": "https://i.imgur.com/GUHiHhC.jpg",
"push": "21",
"boo": "0",
"date": "2018-01-01 21:25:26 +08... |
public/stylesheets/fillNurse.css | exiangjia/ejia-v4.0 | body{
font-size:1.4rem;
}
input {
width:100%;
border:none;
}
.table {
background:#fff;
}
.col-1 {
padding-top:1rem;
padding-bottom:1rem;
width:1.5rem;
padding-left:1.5rem;
padding-right: 1rem;
}
.arrow {
width:5rem;
padding-right: 1.5rem;
text-align:right;
}
.arrow i {
-webkit-transition: -webkit-transform... |
_services/turnkey.html | williammcrae/foresight | ---
title: Turn-key Solution Engineering
layout: default
weight: 30
---
<p>Foresight Engineering has the ability to offer multi-discipline projects as turn-key solutions. Many clients like the convenience of dealing with one responsible company for a project. Foresight has good working relationships with various fabri... |
docs/index-old.html | daviesgeek/restjs | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<title>Restjs by daviesgeek</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
<link rel="style... |
docs/com/sl/algorithms/search/pigeonhole/LinearTimeMNFinder.html | sachinlala/SimplifyLearning | <!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_91) on Sun Nov 25 10:15:16 IST 2018 -->
<title>LinearTimeMNFinder</title>
<meta name="date" content="2018-11-25">
<link rel="stylesheet" type="... |
src/main/resources/templates/system.html | hirooka/chukasa | <!doctype html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
th:href="@{/webja... |
templates/result.html | theovasi/browsewiki | <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]--... |
javadoc/4.0-alpha/org/robolectric/util/JavaVersion.html | robolectric/robolectric.github.io | <!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_131-google-v7) on Wed May 09 11:21:01 PDT 2018 -->
<title>JavaVersion</title>
<meta name="date" content="2018-05-09">
<link rel="stylesheet" ty... |
site/index.html | febvigrail/mom-list | <!doctype html>
<html lang="en" ng-app="momScavengerApp">
<head>
<meta charset="utf-8">
<title>Mom's Scavenger List</title>
<link rel="stylesheet" href="css/app.css"/>
</head>
<body ng-controller="MainCtrl">
<!-- View placeholder -->
<div ng-view></div>
<!-- In production use:
<script src="//ajax.googleap... |
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html | calvinfarias/IC2015-2 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v6::operator==</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.... |
report/php-code-coverage/CodeCoverage/Report/HTML/Renderer/index.html | fynrir/youjqtube | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /usr/local/bin/phpunit/php-code-coverage/CodeCoverage/Report/HTML/Renderer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../../css/bootstrap.min.css" rel="stylesheet">
... |
docs/a/index.html | dangkhoasdc/dangkhoasdc.github.io | <!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='Hello world . Processed by unicode2rstsubs.py, part of Docutils: . -- . Processed by unicode2rstsubs.py, part of Docutils: . -- This is a demo for pywe... |
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.0/void/0.1.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>void: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
examples/example-plugin-summaryfooters-grouping.html | JonBons/SlickGrid-DraggableGrouping-SummaryFooters | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>SlickGrid example: Summary Footers</title>
<link rel="stylesheet" href="../slick.grid.css" type="text/css"/>
<link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css"/>... |
all-data/11000-11999/11426-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>... |
examples/grid/Grid.HeaderFilter.headerFilter.Remote.DataSource.html | atatanasov/gijgo | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example</title>
<script src="../../dist/modular/js/core.js" type="text/javascript"></script>
<link href="../../dist/modular/css/core.css" rel="stylesheet" type="text/css">
<link h... |
app/login-state/confirm-email/confirm-email.view.html | komix/dreamtame-ui | <div class="confirm-view auth-view">
<div class="auth-form-container">
<div class="auth-form">
<div data-preloader
data-ng-if="vm.isLoadInProcess"
></div>
<div class="error-message">
<p class="error-text"
data-ng-bind="vm.errorMessage"
></p>
<p data-... |
src/Viteloge/CoreBundle/Resources/descriptions/76236.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Envronville est
un village
localisé dans le département de Seine-Maritime en Haute-Normandie. On dénombrait 324 habitants en 2008.</p>
<p>Si vous envisagez de emmenager à Envronville, vous pourrez aisément trouver une maison à acheter. </p>
<p>La ville propose que... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/88b64dadfb536222cb1a011e72256f8ab6ad01e9ae8704c1fdef97e5f737708a.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="./88696669a6778da10a93c6d89b94a752c77b9fda2840a333ee017c5ad426ad18.html">Teleport</a>
<hr>
... |
app/packages/bootstrap-vertical-tabs/bootstrap-vertical-tabs.css | JSSolutions-Academy/ProjectX | /*!
* bootstrap-vertical-tabs - v1.2.1
* https://dbtek.github.io/bootstrap-vertical-tabs
* 2014-11-07
* Copyright (c) 2014 İsmail Demirbilek
* License: MIT
*/
.tabs-left, .tabs-right {
border-bottom: none;
padding-top: 2px;
}
.tabs-left {
border-right: 1px solid #ddd;
}
.tabs-right {
border-left: 1px so... |
skin/rooster/download/list.html | goragod/GCMS | <div class=bdr_content>
<header>
<h1>{TOPIC}</h1>
<nav class="breadcrumbs cuttext">
<ul>{BREADCRUMBS}</ul>
</nav>
</header>
<div class=detail>{DETAIL}</div>
<div id=download-list>{LIST}</div>
<footer class=splitpage>{SPLITPAGE}</footer>
</div>
<script>
$G(window).Ready(function() {
ini... |
src/stories/utilities/spacing/right.html | inkline/inkline | <div class="_margin-right:0"></div>
<div class="_margin-right:1/4"></div>
<div class="_margin-right:1/3"></div>
<div class="_margin-right:1/2"></div>
<div class="_margin-right:2/3"></div>
<div class="_margin-right:3/4"></div>
<div class="_margin-right:1"></div>
<div class="_margin-right:2"></div>
<div class="_m... |
assets/front_end/css/galleryeffect.css | ardhi95/pltrans | .lb-album{
width: 900px;
margin: 0 auto;
}
.lb-album li{
position: relative;
}
.lb-album li a,
.lb-album li a img{
display: block;
}
.lb-album li a{
width: 150px;
height: 150px;
position: relative;
padding: 10px;
background: none;
}
.lb-album li a span{
position: absolute;
width: 150px;
height: 150px;
to... |
client/default/add-serie.html | mdrymon/knotbeard | <!DOCTYPE html>
<html lang="en">
<head>
<base href="/knotbeard/" />
<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="">
<title... |
data_import/templates/data_import/datatypes-detail.html | OpenHumans/open-humans | {% extends 'base-bs4.html' %}
{% load utilities %}
{% block main %}
<div class="card mt-3 mb-4">
<div class="card-header">
<h1>{{ object.name }}</h1>
<h4 class="card-subtitle">{{ object.description }}</h4>
</div>
{% if object.details %}
<div class="card-body">
{{ object.details|markdown }}
</div... |
examples/react-gh-pages/docs/component-specs-it-IT.html | voorhoede/fastatic | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Specifica dei Componenti e Ciclo di Vita | React</title>
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="Specifica dei Comp... |
index.html | jennycooper/jasminetutorial | <!DOCTYPE HTML>
<html>
<head>
<title>Aria CA2</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600|Source+Code+Pro" rel="stylesheet" />
<!--[if lte IE 8]><script src="/js/html5shiv.js" type="text/java... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/99fc707bbf34e988b93107adf9f3c0d2e85eb2a9669b23570b91ee06dae3dc3d.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="./9186398e6975c914adb259bdebd7fedb78d84a8c8855983a027fd0ef437d8b45.html">Teleport</a>
<hr>
... |
all-data/9000-9999/9485-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>... |
tests/html/diary.html | tomn46037/python-myfitnesspal | <!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>Somebody's Food Diary | MyFitnessPal.com<... |
generators/app/templates/app/modules/landing/components/mailing-form.html | devialab/generator-devialab-angular | <form id="mailing-form" name="mailingform">
<div class="input-group" ng-class="{'has-error': mailingform.email.$invalid && mailingform.email.$dirty}">
<input type="email" name="email" class="form-control inverse" id="mailing-email" ng-model="vm.email" ng-change="vm.error = ''" required email translate translate... |
a11yvalid/jqvalid11.html | dylanb/dylanb.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../bower_components/a11yfy/dist/jquery.a11yfy.core.js"></script>
<script src="../bower_components/jquery.validation/jquery.validate.js... |
unused/functional-site/views/objects/contigset.html | eapearson/ui-common-dos |
<div class="row">
<div class="col-md-12">
<div contigsetcards></div>
</div>
</div>
|
fcb9145/html/v8_8h_source.html | v8-dox/v8-dox.github.io | <!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... |
people/fmwlkt0r.html | slowe/panelshows | <html>
<head>
<title>Andrew Colman's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--... |
Docs/api/html/structOgre_1_1isPodLike_3_01bool_01_4-members.html | lennonchan/OgreSource | <html>
<head>
<title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class=... |
pelican/content/html/copperfield19.html | charlesreid1/wordswordswords | <html>
<head>
</head>
<body>
<h2>
CHAPTER 18. A RETROSPECT
</h2>
My school-days! The
<span class="french">
silent
</span>
gliding
<span class="sanskrit">
on
</span>
<span class="german">
of
</span>
my existence—the unseen, unfelt
<span class="french">
progress
</span>
<span... |
assets/template/porto/index-footer-color-secondary.html | vihoangson/SachHay | <!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Porto - Responsive HTML5 Template 4.4.0</title>
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Porto - Responsive HTML5 Template">... |
src/main/webapp/js/ng_calendar_all/assets/css/ng_all.css | minziappa/hadoop_sample | /*
* NoGray JavaScript Library v1.0
*
* Copyright (c), All right reserved
* Gazing Design - http://www.NoGray.com
* http://www.nogray.com/license.php
*/
.ng-button {display:inline-block;
margin:0px;
cursor:pointer;
border:solid 1px;
border-left:none;
border-right:none;
background:url(../image... |
public/index.html | nmehta91/timestamp-microservice | <!DOCTYPE html>
<html>
<head>
<title>TimeStamp Microservice</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="cont... |
theme/email-templates/survey.html | adeebaboud/dastasks | <!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/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
... |
cashup/templates/olap/_filters.html | nomed/cashup | <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="">
<div class="row">
<div class="col-md-12 input-daterange" id="datepicker2">
<div class="col-md-6 form-group">
<label for="start">Dal</lab... |
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/mapping/class-use/RelationalModel.html | HerrB92/obp | <!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_34) on Wed Oct 23 13:33:57 EDT 2013 -->
<TITLE>
Uses of Interface org.hibernate.mapping.RelationalModel (Hibernate JavaDocs)
</TITLE>
<META NAME="da... |
OLD_CODE/static/explore.css | ksrijong/lab5 | /*left and right buttons */
#swipe {
display: inline-block;
margin-top: 15px;
margin-bottom: 15px;
}
#bmk_confirm {
visibility: hidden;
background-color: red;
color: white;
}
.move {
height: 50px;
width: 50px;
background-color: tomato;
border: none;
color: white;
font-style: bold;
}... |
dist/docs/index.html | brunschgi/terrificjs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="./assets/css/main.css" id... |
_archive/src/my-expressions.html | littlelabs/Facer-Docs | <link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="shared-styles.html">
<dom-module id="my-expressions">
<!-- Defines the element's style and local DOM -->
<template>
<style include="shared-styles">
:host {
display: block;
padding: 16px;
}
... |
app/views/capacitaciones.tpl.html | juan41285/portal | <div class="" style="background: rgba(224, 247, 250, 0.26);margin-top:1px; padding: 20px 0;">
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-top:10px;">
<div class="shadow-z-1" >
<div class="row">
<div class="">
<div ><img src="images/mapa-lineas.png" class="img-responsive ... |
Reports/op/optimization.solver.sulum.0.1.49/Optimization.Solver.SulumSolver-net40-full.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... |
dist/2020/01/06/snow.html | maoruibin/maoruibin.github.com | <!DOCTYPE html>
<html>
<head>
<title>又下雪了 | Daily 01/06-咕咚同学</title>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="zh-CN" />
<meta name="theme-color" content="#ffffff" />
<meta name="supported-color-schemes" content="light dark">
<meta name="viewport" content="width=device-width,in... |
Resources/hibernate-release-5.0.12.Final/documentation/orm/5.0/javadocs/org/hibernate/boot/registry/selector/package-frame.html | thefreebird777/StockMarketGame | <!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_40) on Thu Jan 19 13:15:12 EST 2017 -->
<title>org.hibernate.boot.registry.selector (Hibernate JavaDocs)</title>
<meta name="date" content="201... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6.1/markov/8.6.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>markov: 19 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="styl... |
doc/java/jdk8/org/xml/sax/package-summary.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>org.xml.sax (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<meta name="ke... |
client/app/admin/user/user.html | DanneLeung/angular-admin-dashboard | <div class="container">
<ul class="list-group user-list">
<li class="list-group-item" ng-repeat="user in vm.users">
<div class="user-info">
<strong>{{user.name}}</strong><br>
<span class="text-muted">{{user.email}}</span>
</div>
<a ng-click="vm.delete(user)" class="trash"><span c... |
doc/jdk6_cn/javax/swing/border/class-use/LineBorder.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:31:18 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 javax.swing.border.LineBorde... |
teammates/src/pages/display-name/display-name.html | Starbuck2511/sanibel | <!--
Generated template for the DisplayName page.
See http://ionicframework.com/docs/v2/components/#navigation for more info on
Ionic pages and navigation.
-->
<ion-header>
<ion-navbar>
<ion-title>{{'app.display_name' | translate}}</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
... |
AngularjsTutorial_cn/angular1_examples/$injector/index.html | crystalwm/Angular_demo | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="../lib/angular.min.js"></script>
</head>
<body>
</body>
</html> |
ocr_extracted/W28649_text/page18.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28649_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
ocr_extracted/W29087_text/page25.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29087_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
docs/api/4.4.2/hierarchy.html | wirecard/paymentSDK-iOS | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WDeCom Hierarchy</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
<div clas... |
_posts/2010-12-10-how-many-verizon-iphones-will-apple.html | jasabell/jasabell.github.io | ---
layout: post
title: How Many Verizon iPhones Will Apple Sell Next Year?
date: '2010-12-10T13:30:00.001-06:00'
author: Jabell
tags:
- Apple
- Technology
modified_time: '2010-12-10T13:33:32.412-06:00'
blogger_id: tag:blogger.com,1999:blog-19739956.post-690181294795034556
blogger_orig_url: http://theabellsix.blogspot.... |
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:ptsf/8.4.dev/2014-11-29_23-17-27.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
Thirdparty/SFML-2.3/share/SFML/doc/html/functions_~.html | ElHolzi/WoodEngine | <!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>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta c... |
doc/schedule.html | GnomeAsiaSummit2015/GnomeAsiaSummit2015.github.io | <p>Important dates and times for the summit</p>
<table style="width: 700px;" border="2">
<caption>Day 0 of GNOME Asia Summit 2015 (2015/05/7 Thursday)</caption>
<thead>
<tr align="center">
<td style="width: 100px;">Time</td>
<td style="width: 300px;">Auditorium Fasilkom(50seats)</td>
</tr>
</thead>
<tbody>
<tr>
<... |
javadoc/2.4/org/robolectric/shadows/class-use/ShadowDashPathEffect.html | robolectric/robolectric.github.io | <!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 (version 1.7.0_71) on Fri Nov 07 10:55:13 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.r... |
src/app/components/comp-3669/comp-3669.component.html | angular/angular-cli-stress-test | <p>
comp-3669 works!
</p>
|
multiupload/templates/multiupload/view.html | TunedMystic/file-upload-django-angular | {% load staticfiles %}
<!DOCTYPE html>
<html lang="en">`
<head>
<!--
AngularJS, Django, and Jquery File-upload App.
Sandeep Jadoonanan
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Form</title>
<meta name="descripti... |
data.html | jmcclena94/campfire_coffee | <!DOCTYPE html>
<html>
<head>
<link href="css/normalize.css" type="text/css" rel="stylesheet" />
<link href="css/skeleton.css" type="text/css" rel="stylesheet" />
<link href="css/analytics_style.css" type="text/css" rel="stylesheet" />
<title>Business Analytics - Campfire Coffee</title>
</head>
<body>
<div cl... |
categories/Espectaculos/index.html | reneisrael/reneisrael.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Categoria: Espectaculos | La Red Semanario</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Noticias del Sur del Estado de Mexico">
<meta property="og:type... |
resoluciones.html | alfabrad/Giovanni-Bojanini-New | <!DOCTYPE html>
<html>
<head>
<title>Resoluciones</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type="text/javascript" src="assets/js/vendor/jquery-1.9.0.min.js"></script>
<script type="text/javascript">
$( doc... |
resume/HTML/index.html | RTKno1/RTKno1.github.io | <!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Res... |
src/Darkbluesun/GoldfishBundle/Resources/public/views/notfound.html | darkbluesun/goldfish | <div class="container-fluid">
<div class="row">
<div class="jumbotron">
<h1>Page Not found</h1>
</div>
</div>
</div>
</div> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.